Skip to content

Commit

Permalink
Allow wasm compilation (#786)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmcd authored May 31, 2024
1 parent f9834a4 commit b8ea92d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build/builder_unix.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
//
//go:build !windows
// +build !windows
//go:build !windows && !wasm
// +build !windows,!wasm

package build

Expand Down
2 changes: 1 addition & 1 deletion tombstones_unix.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//go:build !windows
//go:build !windows && !wasm

package zoekt

Expand Down

0 comments on commit b8ea92d

Please sign in to comment.