Skip to content

Commit

Permalink
Use wasm32-unknown-unknown as the default build target
Browse files Browse the repository at this point in the history
  • Loading branch information
jstarry committed Oct 13, 2019
1 parent 9bf627d commit 76a654e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .cargo/config
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
[build]
target = 'wasm32-unknown-unknown'

[target.'cfg(all(target_arch = "wasm32", not(cargo_web)))']
runner = 'wasm-bindgen-test-runner'

0 comments on commit 76a654e

Please sign in to comment.