0.1.0 • Published 7 months ago

@breadboard-ai/jsandbox v0.1.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
7 months ago

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
0.1.0

7 months ago