bytecodealliance / jco

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

Type generation with WIT folder support #426

Closed guybedford closed 7 months ago

guybedford commented 7 months ago

Follow-up to https://github.com/bytecodealliance/jco/pull/423, supporting types generation via a new types function also supported in the CLI via eg jco types ./wit-dir -o ./types to generate the types in the directory ./types from the WIT folder at ./wit-dir.