@breadboard-ai/jsandbox
v0.1.0
Published
Breadboard Javascript Sandbox
Downloads
186
Keywords
Readme
JSandbox
WebAssembly-based JavaScript sandbox using QuickJS.
Building
Install CMAKE:
brew install cmake
Install Rust toolchain:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
Add wasm32-wasi
target
rustup target add wasm32-wasi
cargo run -p buildscript -- -r
Running the demo
npx http-server -c-1