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