Only set WASM target flags for wasm target
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Deukhoofd 2023-01-04 18:54:43 +01:00
parent bd47c56390
commit 47802b5ef7
Signed by: Deukhoofd
GPG Key ID: F63E044490819F6F
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
[build]
target = "wasm32-unknown-unknown"
[target.wasm32-unknown-unknown]
rustflags = ["-C", "target-feature=+reference-types,+multivalue"]