Skip to content

Commit ef91798

Browse files
committed
chore(rust): use wasm32-wasip1 target
Signed-off-by: Roman Volosatovs <rvolosatovs@riseup.net>
1 parent 3979a47 commit ef91798

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ channel = "stable"
33
components = ["clippy", "rust-src", "rustfmt"]
44
targets = [
55
"wasm32-unknown-unknown",
6-
"wasm32-wasi"
6+
"wasm32-wasip1"
77
]

0 commit comments

Comments
 (0)