Moved to https://github.com/illarionov/wasm-sqlite-open-helper
Here I'm trying to build and run web-assembly version of the Sqlite on JVM using GraalVM or Chicory.
Main Modules:
- chicory
- Code to run sqlite request on Chicory (
./gradlew :chicory:run
)
- Code to run sqlite request on Chicory (
- graalvm
- Code to run sqlite request on GraalVM (
./gradlew graalvm:run
)
- Code to run sqlite request on GraalVM (
- sqlite-wasm
- Compiled WASM Sqlite binaries in resources and some common code
- host
- Common code: common implementation of the Filesystem, wasi_snapshot_preview1 and Emscripten runtime environment bindings