We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5a0785 commit 89fe277Copy full SHA for 89fe277
rust/cubestore/js-wrapper/src/utils.ts
@@ -48,7 +48,6 @@ export function isCubeStoreSupported(): boolean {
48
}
49
50
if (process.arch === 'arm64') {
51
- // We mark darwin as supported, but it uses Rosetta 2
52
if (process.platform === 'darwin') {
53
return true;
54
0 commit comments