Only set WASM target flags for wasm target
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-01-04 18:54:43 +01:00
parent bd47c56390
commit 47802b5ef7

View File

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