FyroxEngine / Fyrox

3D and 2D game engine written in Rust
https://fyrox.rs
MIT License
7.61k stars 340 forks source link

wasm_bindgen not found in core #431

Closed nuked44 closed 1 year ago

nuked44 commented 1 year ago

rust-analyzer gives me the error:

failed to resolve: could not find `wasm_bindgen` in `core`
could not find `wasm_bindgen` in `core`

in executor-wasm/src/lib.rs: [ln 4 col 18] and following uses on new template

wasm32-unknown-unknown and wasm-pack are both installed as per README.md in executor-wasm

mrDIMAS commented 1 year ago

Is everything compiles? If so, then it is just rust-analyzer issue.

nuked44 commented 1 year ago

Is there anything dependent on the wasm executor or is it safe to just delete the folder and remove it from the workspace members?

mrDIMAS commented 1 year ago

You can delete it if you don't need it.