Skip to content

Commit

Permalink
interp: add wasip1 to known os list
Browse files Browse the repository at this point in the history
Adds wasip1 to known OS list, introduced in golang/go#58141. Without this change, yaegi extract may fail.
  • Loading branch information
dennwc committed Sep 2, 2023
1 parent 8a6061c commit c7dbccf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions interp/build.go
Expand Up @@ -182,6 +182,7 @@ var knownOs = map[string]bool{
"openbsd": true,
"plan9": true,
"solaris": true,
"wasip1": true,
"windows": true,
}

Expand Down

0 comments on commit c7dbccf

Please sign in to comment.