risinglight
risinglight copied to clipboard
feat(wasm): experimental support for WASI
Signed-off-by: Runji Wang [email protected]
brew install wasmer
rustup target add wasm32-wasi
cargo b --target wasm32-wasi --no-default-features
wasmer target/wasm32-wasi/debug/risinglight.wasm
I was working on some WASM-related things recently I would prefer compiling it using wasm-pack so that it can run in the browser.
I was working on some WASM-related things recently I would prefer compiling it using wasm-pack so that it can run in the browser.
Just curious about what it is? (if not confidential) 👀 Cuz we are going to explore WASM UDF recently. 🤡
see prisma-engines :)