Compiling ddnet-playground v0.1.0 (/home/chiller/Desktop/git/dd-pg) error: couldn't read src/client/ui/../../../target/wasm32-unknown-unknown/debug/ui.wasm: No such file or directory (os error 2) --> src/client/ui/ui_manager.rs:10:26 | 10 | let wasm_bytes = include_bytes!("../../../target/wasm32-unknown-unknown/debug/ui.wasm"); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) error: could not compile `ddnet-playground` (bin "ddnet-playground") due to previous error