aboutsummaryrefslogtreecommitdiff
path: root/ext/wasm/api/post-js-header.js
Commit message (Expand)AuthorAge
* wasm: when building in -O0 mode (typical dev mode), use -sASSERTIONS=2, else ...stephan2025-02-09
* Replace use of Emscripten's Module.postRun() with a custom callback so that w...stephan2025-01-16
* Work around [https://github.com/emscripten-core/emscripten/issues/23420|a beh...stephan2025-01-15
* Internal JS doc cleanups.stephan2024-01-11
* Rename some JS files from X.js to X.c-pp.js to keep the maintainer, and downs...stephan2022-11-30
* Minor WASM build cleanups. Enable custom Module.instantiateWasm() when not in...stephan2022-10-30
* Move fiddle build rules into the wasm-centric build files. Add rule to push w...stephan2022-09-21
* wasm refactoring part 2 of (apparently) 2: moved ext/fiddle/... into ext/wasm...stephan2022-08-10