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
I'm trying to run in Chrome or in Node.js according to instructions and in both cases the result is simply a null value printed in console.log. I also tried just console.log("a string literal"); and there is still no output, so I'm guessing it's something with the environment? This is the command I'm using to run it:
Now I don't know much about libdyntype, but it looks correct. The call to test() got optimized, so it's just creating a new string, pushing it to an arguments array and calling Console.log.
The text was updated successfully, but these errors were encountered:
Hi, it's a very cool project! I'm trying to run an example code:
I compiled it with:
I'm trying to run in Chrome or in Node.js according to instructions and in both cases the result is simply a null value printed in console.log. I also tried just
console.log("a string literal");
and there is still no output, so I'm guessing it's something with the environment? This is the command I'm using to run it:I've tried on Node v23 and also a build from Git.
The generated WASM is:
Now I don't know much about libdyntype, but it looks correct. The call to test() got optimized, so it's just creating a new string, pushing it to an arguments array and calling Console.log.
The text was updated successfully, but these errors were encountered: