summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorSam Clegg <sbc@chromium.org>2019-03-12 12:06:58 -0700
committerGitHub <noreply@github.com>2019-03-12 12:06:58 -0700
commitf0ec4b02fb797387040c65d63f690b3856b1183e (patch)
treeec81efc2e4e7e693a836b1511ad52776f66bfa75 /scripts
parentd8bcf64e48f2c33dc785b16c8d3c0b8f5ccc63ef (diff)
downloadbinaryen-f0ec4b02fb797387040c65d63f690b3856b1183e.tar.gz
binaryen-f0ec4b02fb797387040c65d63f690b3856b1183e.tar.bz2
binaryen-f0ec4b02fb797387040c65d63f690b3856b1183e.zip
wasm-emscripten-finalize: Remove JSCall thunk generation (#1938)
We now implement addFunction by creating a wasm module to wrap that JS function and simply adding it to the table.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/test/lld.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/test/lld.py b/scripts/test/lld.py
index 03c96d6c3..94736f03f 100755
--- a/scripts/test/lld.py
+++ b/scripts/test/lld.py
@@ -29,7 +29,6 @@ def test_wasm_emscripten_finalize():
mem_file = wast_path + '.mem'
extension_arg_map = {
'.out': [],
- '.jscall.out': ['--emscripten-reserved-function-pointers=3'],
'.mem.out': ['--separate-data-segments', mem_file],
}
for ext, ext_args in extension_arg_map.items():