@capsule-run/bash-wasm
v0.2.0
Published
Sandboxed bash for untrusted command execution
Readme
Capsule Bash WASM Runtime
WebAssembly runtime for @capsule-run/bash
Install
npm install @capsule-run/bash @capsule-run/bash-wasmUsage
import { Bash } from '@capsule-run/bash';
import { WasmRuntime } from '@capsule-run/bash-wasm';
const bash = new Bash({ runtime: new WasmRuntime() });
WasmRuntimeruns in Node.js only. Browser environments are not supported.
For full documentation, visit the GitHub repository.
License
Apache License 2.0.
