Only set WASM target flags for wasm target
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -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"]
|
||||||
Reference in New Issue
Block a user