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
When trying to update jco to version 0.10.3 the following error is generated:
make wit-javascript-bindings cd wit-examples/javascript && npm run bindings
> [email protected] bindings
> npx jco transpile $npm_package_config_wasm_file -o dist && npx tsc(jco transpile) ComponentError: failed to extract interface information from componentCaused by: record type must have at least one field (at offset 0x871) at generate (file:///home/danielbevenius/work/security/seedwing/seedwing-policy/engine/wit-examples/javascript/node_modules/@bytecodealliance/jco/obj/js-component-bindgen-component.js:1853:11) at transpileComponent (file:///home/danielbevenius/work/security/seedwing/seedwing-policy/engine/wit-examples/javascript/node_modules/@bytecodealliance/jco/src/cmd/transpile.js:105:37) at async transpile (file:///home/danielbevenius/work/security/seedwing/seedwing-policy/engine/wit-examples/javascript/node_modules/@bytecodealliance/jco/src/cmd/transpile.js:24:21) at async file:///home/danielbevenius/work/security/seedwing/seedwing-policy/engine/wit-examples/javascript/node_modules/@bytecodealliance/jco/src/jco.js:117:9make: *** [Makefile:53: wit-javascript-bindings] Error 1
The text was updated successfully, but these errors were encountered:
When trying to update jco to version
0.10.3
the following error is generated:The text was updated successfully, but these errors were encountered: