Calling functions from JS yeilds TypeErrors #3833
Unanswered
GageHoweTamu
asked this question in
Q&A
Replies: 1 comment 1 reply
-
It looks like you're getting that error because you aren't running |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
When calling a rust->wasm function from main.js, the inspector shows an error: "TypeError: Cannot read properties of undefined (reading '__wbindgen_add_to_stack_pointer')"
Any thoughts? I've been debugging for hours to no avail.
Additional Details
https://github.com/GageHoweTamu/PWGen
A chromium browser extension
Beta Was this translation helpful? Give feedback.
All reactions