Skip to content

Commit

Permalink
files: add wasm oses option for filewriter flags (#411)
Browse files Browse the repository at this point in the history
  • Loading branch information
mar1n3r0 authored Aug 18, 2023
1 parent 654231b commit aa73ad5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion files/filewriter_unix.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//go:build darwin || linux || netbsd || openbsd || freebsd || dragonfly
//go:build darwin || linux || netbsd || openbsd || freebsd || dragonfly || js || wasip1

package files

Expand Down
2 changes: 1 addition & 1 deletion files/filewriter_unix_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//go:build darwin || linux || netbsd || openbsd
//go:build darwin || linux || netbsd || openbsd || freebsd || dragonfly || js || wasip1

package files

Expand Down

0 comments on commit aa73ad5

Please sign in to comment.