[build]
target = "wasm32-wasi"

[target.wasm32-wasi]
rustflags = [
  "-C", "target-feature=-crt-static",
  "-C", "link-args=-Wl,--no-entry",
]


