Rust WASI P3 async component running in the browser. Requires Chrome (for JSPI).
Open DevTools and look around! The Rust guest source is visible in the debugger with source maps.
See demo/web/main.ts for the host,
demo/guest/src/lib.rs for the Rust guest,
and src/runtime/ for the async component model runtime.