Skip to content

Commit 7e376b1

Browse files
authored
Use wasm32-unknown-wasip1 in RuntimeTestHarness.swift
1 parent 6755548 commit 7e376b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/WITOverlayGeneratorTests/Runtime/RuntimeTestHarness.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ struct RuntimeTestHarness {
176176
return try compile(
177177
inputFiles: inputFiles,
178178
arguments: [
179-
"-target", "wasm32-unknown-wasi",
179+
"-target", "wasm32-unknown-wasip1",
180180
"-enable-experimental-feature", "Extern",
181181
"-static-stdlib",
182182
"-Xclang-linker", "-mexec-model=reactor",

0 commit comments

Comments
 (0)