Stream: SIG-Embedded

Topic: Shared everything components and static linking


view this post on Zulip Christof Petig (Jun 25 2024 at 21:44):

I just successfully created a prototype of an interesting experiment, I used unmodified WIT and guest component code and used a different, symmetrical ABI to connect components. I feel this could be of interest to lower the effort for component linking on microcontrollers.

See https://bytecodealliance.zulipchat.com/#narrow/stream/327223-wit-bindgen/topic/Native.20plugins.20defined.20in.20WIT/near/447003081 for the details.

view this post on Zulip Christof Petig (Jun 25 2024 at 21:45):

Direct link to the code: https://github.com/cpetig/wit-bindgen/tree/main/crates/cpp/tests/meshless_strings

A (C++) language binding generator for WebAssembly interface types - cpetig/wit-bindgen

Last updated: Nov 22 2024 at 16:03 UTC