Skip to content

Commit

Permalink
Make the contract build wasm by default (#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidM-D authored Nov 14, 2023
1 parent 394d88b commit 175a7b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contract/.cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[build]
target = "wasm32-unknown-unknown"

0 comments on commit 175a7b8

Please sign in to comment.