tishlang_wasm_runtime 1.9.1

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-wasip1): optional timers / http / … via Cargo features; compile_to_wasi enables timers by default.