Recently I found waPC which coordinates when reviewing the videos of WebAssembly Summit. https://medium.com/@KevinHoffman/introducing-wapc-dc9d8b0c2223
Can anyone explain the differences and common points of the WebAssembly Interface Types?
Can developing waPC give any feedback to the Interface Types?
waPC is oriented around wasm modules serializing messages into binary, sending them, and deserializing and dynamically validating them on the other side.
Interface types is oriented around modules declaring their interfaces in a way that lets the runtime specialize how it connects them.
Thank you! I got it!
Last updated: Nov 22 2024 at 16:03 UTC