diff options
author | Derek Schuff <dschuff@chromium.org> | 2020-06-02 17:31:08 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-02 17:31:08 -0700 |
commit | 3c4630bbe90752c7c720da4ad3805808852b8566 (patch) | |
tree | 3a324d8d7faa59134a74f42f98349c33842a54f2 /src/asmjs/shared-constants.cpp | |
parent | f6b7f0018ca5ce604e94cc6cf50ee712bb7e9b27 (diff) | |
download | binaryen-3c4630bbe90752c7c720da4ad3805808852b8566.tar.gz binaryen-3c4630bbe90752c7c720da4ad3805808852b8566.tar.bz2 binaryen-3c4630bbe90752c7c720da4ad3805808852b8566.zip |
Revert "Link binaryen tools against the dylib (#2864)" (#2891)
This reverts commit f6b7f0018ca5ce604e94cc6cf50ee712bb7e9b27.
Diffstat (limited to 'src/asmjs/shared-constants.cpp')
-rw-r--r-- | src/asmjs/shared-constants.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/asmjs/shared-constants.cpp b/src/asmjs/shared-constants.cpp index 58742fb1d..bc5b9d08f 100644 --- a/src/asmjs/shared-constants.cpp +++ b/src/asmjs/shared-constants.cpp @@ -101,13 +101,6 @@ cashew::IString WASM_I64_UDIV("__wasm_i64_udiv"); cashew::IString WASM_I64_SREM("__wasm_i64_srem"); cashew::IString WASM_I64_UREM("__wasm_i64_urem"); -cashew::IString ASM_FUNC("asmFunc"); -cashew::IString ABORT_FUNC("abort"); -cashew::IString FUNCTION_TABLE("FUNCTION_TABLE"); -cashew::IString NO_RESULT("wasm2js$noresult"); // no result at all -// result in an expression, no temp var -cashew::IString EXPRESSION_RESULT("wasm2js$expresult"); - namespace ABI { namespace wasm2js { |