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 so wonder about the built files in pkg folder. Because the files end with _bg.js and _bg.d.ts has defined different methods with parameter(s) when we return the method as String. But I don't know, why it's happened like that.
Additional Details
Note* I'm replaced the JavaScript to TypeScript! (not pkg files) and only file that have suffix _bg.d.ts that wrong export functions.
Summary
I so wonder about the built files in pkg folder. Because the files end with _bg.js and _bg.d.ts has defined different methods with parameter(s) when we return the method as String. But I don't know, why it's happened like that.
Additional Details
Note* I'm replaced the JavaScript to TypeScript! (not pkg files) and only file that have suffix _bg.d.ts that wrong export functions.
The function that have return String value
The function export in TypeScript
As that, I cannot return the value into output in JavaScript. I think, it can be cause by rust wasm or mis-configuration or something else.
Thank you!
The text was updated successfully, but these errors were encountered: