We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77f9314 commit 87fd9a7Copy full SHA for 87fd9a7
Makefile.toml
@@ -59,6 +59,7 @@ rustup target add wasm32-unknown-unknown
59
60
[tasks.wasm]
61
args = [
62
+ "hack",
63
"build",
64
"--release",
65
"--lib",
@@ -67,7 +68,7 @@ args = [
67
68
"--locked",
69
]
70
command = "cargo"
-dependencies = ["install-wasm"]
71
+dependencies = ["install-wasm", "install-cargo-hack"]
72
env = { RUSTFLAGS = "-C link-arg=-s" }
73
74
[tasks.schema]
@@ -537,6 +538,9 @@ if ! [ -x "$(command -v ffizer)" ]; then
537
538
fi
539
'''
540
541
+[tasks.install-cargo-hack]
542
+install_crate = { crate_name = "cargo-hack" }
543
+
544
[config]
545
default_to_workspace = false
546
min_version = "0.36.3"
0 commit comments