Stream: general

Topic: waPC and the Interface Types


view this post on Zulip YAMAMOTO Yuji (Mar 09 2020 at 06:28):

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?

WebAssembly Procedure Calls

view this post on Zulip Dan Gohman (Mar 09 2020 at 15:42):

waPC is oriented around wasm modules serializing messages into binary, sending them, and deserializing and dynamically validating them on the other side.

view this post on Zulip Dan Gohman (Mar 09 2020 at 15:46):

Interface types is oriented around modules declaring their interfaces in a way that lets the runtime specialize how it connects them.

view this post on Zulip YAMAMOTO Yuji (Mar 10 2020 at 10:03):

Thank you! I got it!


Last updated: Nov 22 2024 at 16:03 UTC