summaryrefslogtreecommitdiff
path: root/src/js/binaryen.js-extern-pre.js
Commit message (Collapse)AuthorAgeFilesLines
* 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.