diff options
author | jgravelle-google <jgravelle@google.com> | 2017-02-23 07:27:08 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-23 07:27:08 -0800 |
commit | 7e133b55c7babaabb83fc0f665b4a60022d4b8fb (patch) | |
tree | 74f9f3e15b39f37c0aa125b9c60da31b7b0541f7 /src/wasm-linker.h | |
parent | 38a029f5b697878d13e41d5ecdc6c5fa69837b77 (diff) | |
download | binaryen-7e133b55c7babaabb83fc0f665b4a60022d4b8fb.tar.gz binaryen-7e133b55c7babaabb83fc0f665b4a60022d4b8fb.tar.bz2 binaryen-7e133b55c7babaabb83fc0f665b4a60022d4b8fb.zip |
Fully handle EM_ASM in s2wasm (#910)
* Fully handle EM_ASM in s2wasm
* Iterate with size_ts, remember to erase from importsMap as well
* Fix dot_s test EM_ASM signatures
* Move Name out to its own file, support/name.h
* Move removeImportsWithSubstring out of Module class
Diffstat (limited to 'src/wasm-linker.h')
-rw-r--r-- | src/wasm-linker.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wasm-linker.h b/src/wasm-linker.h index 608576190..663bb9e78 100644 --- a/src/wasm-linker.h +++ b/src/wasm-linker.h @@ -25,6 +25,7 @@ #define WASM_WASM_LINK_H #include "support/archive.h" +#include "support/name.h" #include "support/utilities.h" #include "wasm.h" |