-
|
Problem Screenshots Environment:
|
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 1 reply
-
|
Have you tried using the newest commit? Cargo.toml the compilation error you described appears for me on the crates.io version, but not on the newest commit. I get a new linker error instead, but I don't have the necessary emscripten stuff installed. |
Beta Was this translation helpful? Give feedback.
-
|
Is there a reason you're using wasm32-unknown-emscripten? We only officially support wasm32-unknown-unknown |
Beta Was this translation helpful? Give feedback.
-
|
oh, I made a mistake in writing. Which I use is wasm32-unknown-unknown. |
Beta Was this translation helpful? Give feedback.
-
|
That is not a bug. If it were a bug with yew, the CI and publish to crates.io would've failed. You can try forcing a clean build by running cargo clean and deleting |
Beta Was this translation helpful? Give feedback.
-
|
I do some tests. I think it's because |
Beta Was this translation helpful? Give feedback.
I do some tests. I think it's because
gloo-worker. I can compileyew-agentwithgloo-worker 0.4.0but not0.4.1.There's a similar Issue #3434 #3435