TEMPORARY: add testing example

This commit is contained in:
Ben Merritt 2019-06-05 22:58:11 -07:00
parent 7dabad4d71
commit 77cd3adb01
No known key found for this signature in database
GPG key ID: F8AD20ED4E6239B7
5 changed files with 42 additions and 5 deletions

2
test.ps1 Normal file
View file

@ -0,0 +1,2 @@
cargo build --target wasm32-unknown-unknown --features web_sys --example window
wasm-bindgen .\target\wasm32-unknown-unknown\debug\examples\window.wasm --out-dir . --target web