Open maxbrunsfeld opened 1 week ago
Thanks for posting, top-level resource additions were a later addition which are not yet supported here in ComponentizeJS and Jco.
I just did a quick verification of your test case and can confirm that's the issue you're seeing.
I've run out of time for this week, but here's a quick WIP to see how much work it would take - https://github.com/bytecodealliance/ComponentizeJS/pull/158.
It looks like this might be getting something to build pending getting the tests verifying the behaviours.
Finally got this one resolved in https://github.com/bytecodealliance/ComponentizeJS/pull/158.
There may still be bugs, please do post back if you hit anything else.
I'm seeing a panic when trying to use ComponentizeJS to create a wasm component that implements the Zed editor extension interface, for which the
wit
can be found here.Repro
npm install
)npm run build
)Output