Hacker News new | ask | show | jobs
by yencabulator 1595 days ago
Consider a browser where the DOM is implemented in Rust and exposed to Javascript via some form of FFI.

The same DOM API could be exposed directly to WASM via WASI-like calls, without going through Javascript.