summaryrefslogtreecommitdiff
path: root/src/js/binaryen.js-extern-pre.js
Commit message (Collapse)AuthorAgeFilesLines
* Fix some Closure warnings in Emscripten builds (#5075)dcode2022-09-221-0/+7
| | | | | See #5062 Also add a require() workaround, see https://github.com/emscripten-core/emscripten/pull/17851
* Switch binaryen.js/wasm to ESM (#4280)dcode2021-10-281-2/+4
|
* Mimic MODULARIZE_INSTANCE (#2838)Daniel Wirtz2020-05-071-0/+2
Turned out that the behavior of MODULARIZE_INSTANCE, which has been removed from Emscripten lately, cannot be easily reproduced using MODULARIZE. So, instead of modularizing and attempting to undo it, this just uses some good old wrapper code to achieve the same.