5 ms·
Can I use it to embed PGlite in an app and distribute it like that? ie not to dependend on the host JIT/interpreter
by tdrz 15d ago
Can I use it to embed PGlite in an app and distribute it like that? ie not to dependend on the host JIT/interpreter
- herobird 15d agoIf Wasmi supports all the Wasm proposals that you need for PGlite and if Wasmi supports all the WASI features you need (Wasmi only supported the standard WASI features without extensions), then Wasmi should work for your use-case. :) Wasmi itself can be compiled to WebAssembly.