1 2 3 4
[tasks.build] command = "wasm-pack" args = ["build", "--dev", "--target", "web", "--out-name", "wasm", "--out-dir", "./static"] watch = { ignore_pattern = "static/*" }