tishlang_wasm_runtime 2.2.5

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 merges CLI capability flags with imports and always enables timers when globals use setTimeout.