Thomas Steiner
Thomas Steiner
That's great, @sgbeal. I just downloaded the current release again from the website, but I don't see the new file re-added yet. Will you update the current version to include...
I don't really want to be in the business of building SQLite just for adding unsupported Node.js support 🙃. Apart from that, it wouldn't work, but I admittedly have no...
I'm trying this now, but it still fails. I have `emcc` installed: ```bash $ emcc --version shared:INFO: (Emscripten: Running sanity checks) emcc (Emscripten gcc/clang-like replacement + linker emulating GNU ld)...
@sgbeal, any idea where the EMSDK detection could fail? I have emscripten installed via `brew` on my Mac and it’s working as per the `emcc --version` check.
After spelunking around in the [`README.md`](https://sqlite.org/src/file?name=ext/wasm/README.md&ci=trunk#:~:text=current%20terminal%3A%0A%24%20source%20./-,emsdk_env.sh,-%24%20which%20emcc%0A/path) file, I managed to solve my `emcc` shenanigans by putting an _empty_ `emsdk_env.sh` file in `/opt/homebrew/bin` where `brew` has installed `emcc` 🤷. Whatever works...
CC: @danbri.
Haven't gotten to it yet, but leave this open, please, @github-actions bot.
Whatever we do here, it should be aligned with https://github.com/w3c/image-resource/issues/26 and https://github.com/w3c/manifest/issues/975.
Active, active…
~Wasm compatibility also needs to cover more than browsers (which Baseline doesn't), for example, see the missing support of the tail call feature for, say, Wasmer. This is why I've...