|
|
|
|
|
by phickey
1299 days ago
|
|
I work on wit-bindgen. One major advantage of the WebAssembly VM is that we can trust the call stack, which gives cross-language calls optimization opportunities to skip serializarion or copies. This will be an even more important when we add async to the component model, and e.g. async rust can await on async typescript, all in the same “executor” in Rust terms. Sandboxing also goes a long way towards containing the supply chain security issues that every language is susceptible to. |
|