diff options
author | Sam Clegg <sbc@chromium.org> | 2021-02-09 15:31:25 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-09 15:31:25 -0800 |
commit | e130b58895b64a0fe3a088e25f4043a12f3634ca (patch) | |
tree | 6e47bd5f8810b20a2f3f1e612a70a5a81cc85605 /test/lit/wasm-emscripten-finalize | |
parent | 2b63a468d84bd5b9d57f450ac5a8f4bf356ddee9 (diff) | |
download | binaryen-e130b58895b64a0fe3a088e25f4043a12f3634ca.tar.gz binaryen-e130b58895b64a0fe3a088e25f4043a12f3634ca.tar.bz2 binaryen-e130b58895b64a0fe3a088e25f4043a12f3634ca.zip |
Simplify asmConst handling. NFC. (#3558)
Support for multiple signatures per JS code string was removed in #2422.
emscripten now only needs to know that address and the body of the JS
function.
See https://github.com/emscripten-core/emscripten/pull/13452.
Diffstat (limited to 'test/lit/wasm-emscripten-finalize')
-rw-r--r-- | test/lit/wasm-emscripten-finalize/passive-pic.wat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lit/wasm-emscripten-finalize/passive-pic.wat b/test/lit/wasm-emscripten-finalize/passive-pic.wat index e9af5b1d9..14e6842a3 100644 --- a/test/lit/wasm-emscripten-finalize/passive-pic.wat +++ b/test/lit/wasm-emscripten-finalize/passive-pic.wat @@ -4,7 +4,7 @@ ;; RUN: wasm-emscripten-finalize --enable-bulk-memory %s -o out.wasm | filecheck %s ;; CHECK: "asmConsts": { -;; CHECK: "3": ["hello", ["iii"], [""]] +;; CHECK: "3": "hello" ;; CHECK: }, (module |