Skip to content

Commit

Permalink
Missing tag.
Browse files Browse the repository at this point in the history
Signed-off-by: Nuno Cruces <[email protected]>
  • Loading branch information
ncruces committed Nov 15, 2024
1 parent c3d83e1 commit 2a8070a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config_supported.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
//
// Meanwhile, users who know their runtime.GOOS can operate with the compiler
// may choose to use NewRuntimeConfigCompiler explicitly.
//go:build (amd64 || arm64) && (linux || darwin || freebsd || netbsd || dragonfly || windows)
//go:build (amd64 || arm64) && (linux || darwin || freebsd || netbsd || dragonfly || solaris || windows)

package wazero

Expand Down
2 changes: 1 addition & 1 deletion config_unsupported.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This is the opposite constraint of config_supported.go
//go:build !(amd64 || arm64) || !(linux || darwin || freebsd || netbsd || dragonfly || windows)
//go:build !(amd64 || arm64) || !(linux || darwin || freebsd || netbsd || dragonfly || solaris || windows)

package wazero

Expand Down

0 comments on commit 2a8070a

Please sign in to comment.