Skip to content

Commit f0c8714

Browse files
StackOverflowExcept1onroot
authored andcommitted
switch to wasm32-wasip1 target (it's tested on CI or Docker)
1 parent f461cee commit f0c8714

File tree

1 file changed

+3
-3
lines changed
  • tests/run-make/wasm-unexpected-features

1 file changed

+3
-3
lines changed

tests/run-make/wasm-unexpected-features/rmake.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//@ only-wasm32-bare
1+
//@ only-wasm32-wasip1
22

33
use std::path::Path;
44

@@ -15,8 +15,8 @@ fn main() {
1515
"--profile",
1616
"release",
1717
"--target",
18-
"wasm32-unknown-unknown",
19-
"-Zbuild-std=std,core,panic_abort",
18+
"wasm32-wasip1",
19+
"-Zbuild-std=core,alloc,panic_abort",
2020
"--",
2121
"-Clink-arg=--import-memory",
2222
"-Clinker-plugin-lto=on",

0 commit comments

Comments
 (0)