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
Thanks for fixing #166 in #168. I was able to get the JavaScript comopnent to use a Rust component and have it used in a Rust component. When I try to use get-arguments: func() -> list<string>; from the JavaScript component it panics, but works fine with hello: func() -> string;.
git clone [email protected]:cataggar/StarlingMonkey15.git --no-checkout
cd StarlingMonkey15
git checkout ComponentizeJS171
bun install
bun run build.ts
This is using local copies of jco and ComponentizeJS. Freshly built. Assumes they are sibling folders.
"@bytecodealliance/jco": "file:../../jco"
"@bytecodealliance/componentize-js": "file:../ComponentizeJS",
Thanks for fixing #166 in #168. I was able to get the JavaScript comopnent to use a Rust component and have it used in a Rust component. When I try to use
get-arguments: func() -> list<string>;
from the JavaScript component it panics, but works fine withhello: func() -> string;
.The text was updated successfully, but these errors were encountered: