0.1.0 • Published 12 months ago
@breadboard-ai/jsandbox v0.1.0
JSandbox
WebAssembly-based JavaScript sandbox using QuickJS.
Building
Install CMAKE:
brew install cmakeInstall Rust toolchain:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | shAdd wasm32-wasi target
rustup target add wasm32-wasicargo run -p buildscript -- -rRunning the demo
npx http-server -c-10.1.0
12 months ago