Embedders
To run WebAssembly code on the JVM, we use an embedder implemented on the GraalWasm WebAssembly Engine. Alternatively, there are two other embedders: one based on Chicory WebAssembly Runtime and another based on the Chasm library.
📄️ Chasm
Chasm SQLite Embedder
📄️ Chicory
Chicory SQLite Embedder
📄️ GraalWasm
GraalWasm SQLite Embedder