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 f461cee commit f0c8714Copy full SHA for f0c8714
tests/run-make/wasm-unexpected-features/rmake.rs
@@ -1,4 +1,4 @@
1
-//@ only-wasm32-bare
+//@ only-wasm32-wasip1
2
3
use std::path::Path;
4
@@ -15,8 +15,8 @@ fn main() {
15
"--profile",
16
"release",
17
"--target",
18
- "wasm32-unknown-unknown",
19
- "-Zbuild-std=std,core,panic_abort",
+ "wasm32-wasip1",
+ "-Zbuild-std=core,alloc,panic_abort",
20
"--",
21
"-Clink-arg=--import-memory",
22
"-Clinker-plugin-lto=on",
0 commit comments