Stream: wasm

Topic: Component Model Byte Format?


view this post on Zulip Michael Ball (Apr 14 2023 at 19:20):

I'm Looking to learn about component model, where can someone learn the specifics of the format/bytes that are passed into components? For instance if a string and and an integer are passed to a component function hello, how exactly are the bytes and data formatted?

view this post on Zulip Alex Crichton (Apr 14 2023 at 19:35):

I think you're looking for CanonicalABI.md which is somewhat high level but is the current specification about everything ranging from byte layouts to string encodings and such

Repository for design and specification of the Component Model - component-model/CanonicalABI.md at main · WebAssembly/component-model

Last updated: Nov 22 2024 at 16:03 UTC