Skip to content

Commit 636b2e6

Browse files
authored
Fix build tag for WASI (#1)
1 parent 5abaa6a commit 636b2e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main_unix.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
//go:build aix || darwin || dragonfly || freebsd || (js && wasm) || linux || netbsd || openbsd || solaris
15+
//go:build unix || js || wasip1
1616

1717
package pluginrpc
1818

0 commit comments

Comments
 (0)