v0.1.0: Ignition
burn v0.1.0
BURN: Sandboxed JavaScript runtime. Drop-in for Node-style scripts, runs untrusted JS in a sandbox.
Install
# Linux x86_64
curl -L https://github.com/vertexclique/afterburner/releases/download/v0.1.0/burn-0.1.0-x86_64-unknown-linux-gnu.tar.gz | tar xz
sudo mv burn-0.1.0-x86_64-unknown-linux-gnu/burn /usr/local/bin/
# macOS arm64
curl -L https://github.com/vertexclique/afterburner/releases/download/v0.1.0/burn-0.1.0-aarch64-apple-darwin.tar.gz | tar xz
sudo mv burn-0.1.0-aarch64-apple-darwin/burn /usr/local/bin/Verify
Each archive ships with an accompanying .sha256 file.
Bundled features
Built with --features release-cli: bin + wasm + native + adaptive + thrust + flow + host-http + ts + all-shadows.