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:
Ian Douglas Scott 2023-02-20 10:37:25 -08:00
parent 83c0f92dc5
commit 3b9976685c
5 changed files with 22 additions and 0 deletions

2
.cargo/config.toml Normal file
View file

@ -0,0 +1,2 @@
[alias]
run-wasm = ["run", "--release", "--package", "run-wasm", "--"]