tishlang_wasm_runtime 1.3.4

Tish VM compiled to WebAssembly (browser + Wasmtime/WASI)
Documentation

Tish VM as a WebAssembly module.

Two targets:

  • Browser (wasm32-unknown-unknown): use --features browser, wasm-bindgen, console output
  • WASI/Wasmtime (wasm32-wasi): no features, println! via WASI, run with wasmtime app.wasm