Stream: general

Topic: component model in wabt


view this post on Zulip Soni L. (Oct 16 2024 at 21:11):

would anyone be interested in component model support in wabt?

view this post on Zulip Victor Adossi (Oct 17 2024 at 07:09):

I certainly would -- took a quick look and there are at least two issues about that already:

https://github.com/WebAssembly/wabt/issues/2376
https://github.com/WebAssembly/wabt/issues/2405

As far as tooling goes, although walrus doesn't support components, but orca which I learned about recently

The example code doesn't compile with wat2wasm https://github.com/WebAssembly/component-model/blob/main/design/mvp/Explainer.md#component-definitions (component (component (core module (func (expor...
First of all, thank you for providing these great tools. When I try to convert component wasm file to .wat, it keep says: 0000008: error: bad wasm file version: 0x1000d (expected 0x1) To reproduce,...
Walrus is a WebAssembly transformation library 🌊🐘. Contribute to rustwasm/walrus development by creating an account on GitHub.
WebAssembly Transformation Library for the Component Model - thesuhas/orca

view this post on Zulip Soni L. (Oct 17 2024 at 16:58):

we're probably gonna have separate tools for core wasm vs component model (tho ultimately it's up to sbc100 we guess)


Last updated: Oct 23 2024 at 20:03 UTC