diff options
author | Alon Zakai <alonzakai@gmail.com> | 2017-12-30 11:05:47 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-30 11:05:47 -0800 |
commit | 593178a3e207e5382338fbf05adce419fe9545fd (patch) | |
tree | a011bcbdc2109bcda007e69f2bc3c4744ccc0891 /src/js/binaryen.js-pre.js | |
parent | b5ee16f318019f89d8a897437fb906d470cfa8d9 (diff) | |
download | binaryen-593178a3e207e5382338fbf05adce419fe9545fd.tar.gz binaryen-593178a3e207e5382338fbf05adce419fe9545fd.tar.bz2 binaryen-593178a3e207e5382338fbf05adce419fe9545fd.zip |
Fixes for #5998 (#1341)
* binaryen.js and wasm.js don't need filesystem support
* newest emscripten no longer uses Runtime.*
* build fixes for binaryen.js and wasm.js also move binaryen.js to use standard emscripten MODULARIZE
* run binaryen.js in all possible engines ; update js builds
* don't emit debug build to a different name, just emit binaryen.js. makes testing easier and safer
* remove volatile things from binaryen.js info printing in tests
Diffstat (limited to 'src/js/binaryen.js-pre.js')
-rw-r--r-- | src/js/binaryen.js-pre.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/js/binaryen.js-pre.js b/src/js/binaryen.js-pre.js deleted file mode 100644 index 0f9293e16..000000000 --- a/src/js/binaryen.js-pre.js +++ /dev/null @@ -1,2 +0,0 @@ -(function() { - "use strict"; |