Stream: general

Topic: Stand-alone component model binary encoding


view this post on Zulip Geoff Goodman (Mar 19 2024 at 12:52):

Is it conceptually possible to leverage the component model's binary interop without using components? If so, are there libraries to encode and decode to and from that format? Also, is there support for schemaless heap data structures?

view this post on Zulip Lann Martin (Mar 19 2024 at 13:02):

I believe it should be conceptually possible to use the Canonical ABI without the entire component model, but specific implementations of that ABI are quite likely to depend on component invariants

view this post on Zulip Geoff Goodman (Mar 19 2024 at 13:30):

TIL about those invariants. That's pretty neat!


Last updated: Oct 23 2024 at 20:03 UTC