bytecodealliance / jco

JavaScript toolchain for working with WebAssembly Components
https://bytecodealliance.github.io/jco/
Apache License 2.0
642 stars 64 forks source link

feat: support top-level resources #525

Closed guybedford closed 4 days ago

guybedford commented 5 days ago

Adds support for running components with top-level resources.

In the process fixes up our test infrastructure to ensure we transpile all wit-bindgen test cases again, which would have caught this one sooner.

guybedford commented 4 days ago

Resolves https://github.com/bytecodealliance/jco/issues/508.