Skip to content

Commit

Permalink
emscripten64 testing: the "--experimental-wasm-memory64" flag is no l…
Browse files Browse the repository at this point in the history
…onger needed
  • Loading branch information
mr-c committed Feb 12, 2025
1 parent 3326984 commit 01b96d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/cross-files/emscripten64-relaxed.cross
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cpp = ['ccache', '/opt/emsdk/upstream/emscripten/em++']
ar = '/opt/emsdk/upstream/emscripten/emar'
strip = '/opt/emsdk/upstream/bin/llvm-strip'
objcopy = '/opt/emsdk/upstream/bin/llvm-objcopy'
exe_wrapper = ['v8', '--experimental-wasm-memory64']
exe_wrapper = ['v8']

[properties]
skip_sanity_check = true
Expand Down
2 changes: 1 addition & 1 deletion docker/cross-files/emscripten64.cross
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cpp = ['ccache', '/opt/emsdk/upstream/emscripten/em++']
ar = '/opt/emsdk/upstream/emscripten/emar'
strip = '/opt/emsdk/upstream/bin/llvm-strip'
objcopy = '/opt/emsdk/upstream/bin/llvm-objcopy'
exe_wrapper = ['v8', '--experimental-wasm-memory64']
exe_wrapper = ['v8']

[properties]
skip_sanity_check = true
Expand Down

0 comments on commit 01b96d3

Please sign in to comment.