You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
guybedford
changed the title
Incorrect typescript import signatures when using wasi component
TypeScript generation not supporting map configuration
Jul 16, 2023
When I compile a rust wasi component with
cargo component build --release
and I run jco on the result withThen the generated TS bindings do not match what the JS actually does in the
instantiate
function.Genrated TS bindings:
Actual JS code:
The custom imported functions are fine, but the wasi import object does not match.
Edit: jco version
0.9.4
The text was updated successfully, but these errors were encountered: