From f0ec4b02fb797387040c65d63f690b3856b1183e Mon Sep 17 00:00:00 2001 From: Sam Clegg Date: Tue, 12 Mar 2019 12:06:58 -0700 Subject: 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. --- scripts/test/lld.py | 1 - 1 file changed, 1 deletion(-) (limited to 'scripts/test/lld.py') 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(): -- cgit v1.2.3