Skip to content

Commit

Permalink
smx509: add wasip1 support #290
Browse files Browse the repository at this point in the history
  • Loading branch information
emmansun authored Dec 27, 2024
1 parent 309e920 commit e5652b6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion smx509/root_unix.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//go:build aix || dragonfly || freebsd || (js && wasm) || linux || netbsd || openbsd || solaris
//go:build aix || dragonfly || freebsd || (js && wasm) || linux || netbsd || openbsd || solaris || wasip1

package smx509

Expand Down
6 changes: 5 additions & 1 deletion smx509/root_js.go → smx509/root_wasm.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
//go:build js && wasm
// Copyright 2018 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

//go:build wasm

package smx509

Expand Down

0 comments on commit e5652b6

Please sign in to comment.