aboutsummaryrefslogtreecommitdiff
path: root/ext/wasm/api/extern-post-js.c-pp.js
Commit message (Expand)AuthorAge
* 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
* Filter the wasmfs-specific JS module result type check out of non-wasmfs builds.stephan2023-08-01
* Resolve an ES6 module export construct which is incompatible with node.js, as...stephan2023-07-24
* More work on the wasmfs build. Resolve the inconsistent argument type passed ...stephan2023-07-13
* Get wasmfs build and its bare-bones test app working again, albeit currently ...stephan2023-07-13
* Replace a lingering use of 'self' with 'globalThis' in JS code, for node comp...stephan2023-03-09
* Replace use of 'self' in JS code with 'globalThis', as that works in browsers...stephan2023-03-07
* Add JS bundler-friendly JS build. Minor test code cleanups.stephan2023-01-28
|\
| * More work on creating a separate sqlite3.js build which is hopefully friendly...stephan2023-01-27
| * Beginnings of a bundler-friendly build of sqlite3.mjs. Not yet ready for down...stephan2023-01-27
|/
* Rename some JS files from X.js to X.c-pp.js to keep the maintainer, and downs...stephan2022-11-30