The init function was not found after building #4398
Unanswered
OlalalalaO
asked this question in
Q&A
Replies: 1 comment
-
I'm not familiar with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
After run
wasm-pack build --target bundler
, theinit
function was not found in hello-wasm.d.tsAdditional Details
Code
dependencies
version
?
hello-wasm.d.ts
Why is only the
greet
function exported and not theinit
function? What should I do?Beta Was this translation helpful? Give feedback.
All reactions