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 a4e6d11 commit f5b6c66Copy full SHA for f5b6c66
.circleci/config.yml
@@ -640,6 +640,7 @@ jobs:
640
core_2gb.test_*embind*
641
wasm64l.test_hello_world
642
wasm64l.test_bigswitch
643
+ wasm64l.test_module_wasm_memory
644
other.test_memory64_proxies
645
other.test_failing_growth_wasm64"
646
- upload-test-results
test/core/test_module_wasm_memory.js
@@ -7,7 +7,7 @@
7
*/
8
9
Module['wasmMemory'] = new WebAssembly.Memory({
10
-#if MEMORY64
+#if MEMORY64 == 1
11
'initial': 256n,
12
'maximum': 256n,
13
'address': 'i64',
0 commit comments