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 have an AssemblyScript import that looks like this:
exportdeclarefunctiondoSomething(): f64;
doSomething is just a JavaScript function that returns a number. Whenever I use it in AssemblyScript and try to get the value back to JavaScript, it returns NaN.
The text was updated successfully, but these errors were encountered:
Ah yes, this is not currently supported, and shown as not supported in the compatibility table on the README.
I told myself if someone opens an issue, I'd look more into how I can support this. But since you opened the issue, I think the time is now haha! 😂 Thank you for this! 😄
I have an AssemblyScript import that looks like this:
doSomething
is just a JavaScript function that returns a number. Whenever I use it in AssemblyScript and try to get the value back to JavaScript, it returns NaN.The text was updated successfully, but these errors were encountered: