matchbox icon indicating copy to clipboard operation
matchbox copied to clipboard

Install Issue

Open AdithyaLaakso opened this issue 6 months ago • 0 comments

I was following this guide:

https://johanhelsing.studio/posts/extreme-bevy

and successfully got through the line:

cargo install matchbox_server

However, the next instruction was to run:

matchbox_server

It was not added to path.

I also tried

cargo run matchbox_server

and I got

~/codebackup/extreame_bevy  main  ✘!? ❯ cargo run matchbox_server rs   15:57 warning: unused manifest key: target.wasm32-unknown-unknown.runner Compiling getrandom v0.3.3 Compiling bevy_app v0.16.1 Compiling bevy_color v0.16.2 Compiling matchbox_socket v0.12.0 error: The wasm32-unknown-unknown targets are not supported by default; you may need to enable the "wasm_js" configuration flag. Note that ena bling the wasm_js feature flag alone is insufficient. For more information see: https://docs.rs/getrandom/0.3.3/#webassembly-support

followed by an enormous number of errors.

I was using a Dell XPS Desktop running Arch Linux at the time.

AdithyaLaakso avatar Jul 02 '25 02:07 AdithyaLaakso