component-docs icon indicating copy to clipboard operation
component-docs copied to clipboard

Running jco produced js component from example host fails

Open bobajeff opened this issue 4 months ago • 0 comments

Running the js component, created following this section of the guide, from the example host no longer works. I guess because it's missing some wasi bits.

Error: Failed to instantiate the example world

Caused by:
    0: import `wasi:http/[email protected]` has the wrong type
    1: instance export `fields` has the wrong type
    2: expected resource found nothing

Note transpiling and running from node.js works still.

bobajeff avatar Oct 09 '24 16:10 bobajeff