Trouble compiling/rendering on WASM #196
-
I’ve been trying to get renderling working on WASM. I noticed in the repo that there’s mention of building for WASM with the --cfg=web_sys_unstable_apis flag, so I tried that. However, I’m still running into issues. Here’s the error log from the browser (firefox) console when running
My minimal test project is here Build command I’m using: Thanks a lot for your time, and also for making this crate! 🙏 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 16 replies
-
Thanks for your report! This is my current priority. It's been a bit since I've built for WASM so I expect the repo just needs a bit of tidying to get it compiling again. |
Beta Was this translation helpful? Give feedback.
-
@PanProsiaczek2137 would you be able to reference this project via a I could potentially back-port the |
Beta Was this translation helpful? Give feedback.
Thanks for your report! This is my current priority. It's been a bit since I've built for WASM so I expect the repo just needs a bit of tidying to get it compiling again.