yew\examples\game_of_life wasm-bindgen imported functions on non-wasm targets #2476
Unanswered
davehorner
asked this question in
Q&A
Replies: 2 comments
-
See https://yew.rs/docs/getting-started/introduction. It explains what you need to do to get a wasm app working |
Beta Was this translation helpful? Give feedback.
0 replies
-
thread 'main' panicked at 'cannot call wasm-bindgen imported functions on non-wasm targets', |
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
-
Trying to play around with yew. I am getting the following when running cargo run:
I did some research and attempted the following to resolve:
any ideas why the game of life example is wasm-bindgen not running for me?
UPDATE: All examples are giving me this error.
Beta Was this translation helpful? Give feedback.
All reactions