Skip to content

Commit f5b6c66

Browse files
authored
Fix wasm64l.test_module_wasm_memory. NFC (#22853)
This was broken recently by #22832
1 parent a4e6d11 commit f5b6c66

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -640,6 +640,7 @@ jobs:
640640
core_2gb.test_*embind*
641641
wasm64l.test_hello_world
642642
wasm64l.test_bigswitch
643+
wasm64l.test_module_wasm_memory
643644
other.test_memory64_proxies
644645
other.test_failing_growth_wasm64"
645646
- upload-test-results

test/core/test_module_wasm_memory.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*/
88

99
Module['wasmMemory'] = new WebAssembly.Memory({
10-
#if MEMORY64
10+
#if MEMORY64 == 1
1111
'initial': 256n,
1212
'maximum': 256n,
1313
'address': 'i64',

0 commit comments

Comments
 (0)