Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -640,6 +640,7 @@ jobs:
core_2gb.test_*embind*
wasm64l.test_hello_world
wasm64l.test_bigswitch
wasm64l.test_module_wasm_memory
other.test_memory64_proxies
other.test_failing_growth_wasm64"
- upload-test-results
Expand Down
2 changes: 1 addition & 1 deletion test/core/test_module_wasm_memory.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*/

Module['wasmMemory'] = new WebAssembly.Memory({
#if MEMORY64
#if MEMORY64 == 1
'initial': 256n,
'maximum': 256n,
'address': 'i64',
Expand Down
Loading