@rustydwarf/runtime
v0.1.1
Published
A browser-based C runtime powered by WASM, with stdin/stdout/stderr streams and a debugger
Readme
runtime
WebAssembly compiler and runtime
Getting Started
Requires Cargo 1.91+ and Node v22+. Make sure that
~/.cargo/binis added to yourPATH.
To build the project:
cargo install wasm-pack
npm install
npm run buildTo run the demo project:
npm link
cd demo
npm link runtime
npm run devDocumentation
we'll see
