Skip to content

Commit c7dbccf

Browse files
committed
interp: add wasip1 to known os list
Adds wasip1 to known OS list, introduced in golang/go#58141. Without this change, yaegi extract may fail.
1 parent 8a6061c commit c7dbccf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

interp/build.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ var knownOs = map[string]bool{
182182
"openbsd": true,
183183
"plan9": true,
184184
"solaris": true,
185+
"wasip1": true,
185186
"windows": true,
186187
}
187188

0 commit comments

Comments
 (0)