Expand description
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_wasimerges CLI capability flags with imports and always enablestimerswhen globals usesetTimeout.
Functions§
- run_
wasi - Run serialized Tish bytecode (WASI/Wasmtime or native).