Skip to content
Snippets Groups Projects
Verified Commit 5a67a8f7 authored by Martin Kröning's avatar Martin Kröning :crab:
Browse files

fix(wasmtime/build.rs): don't build `std`

parent 3a82ed6e
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,6 @@ fn main() -> io::Result<()> {
.arg("+nightly-2024-07-31")
.arg("build")
.arg("-Zunstable-options")
.arg("-Zbuild-std=std,panic_abort")
.arg("--target=wasm32-wasip1")
.args(["--package", package])
.arg("--release")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment