Add run-wasm workspace member, as used in winit
This makes it easy to run examples with the web backend, in the same way that winit examples are run.
This commit is contained in:
parent
83c0f92dc5
commit
3b9976685c
5 changed files with 22 additions and 0 deletions
2
.cargo/config.toml
Normal file
2
.cargo/config.toml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
[alias]
|
||||
run-wasm = ["run", "--release", "--package", "run-wasm", "--"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue