mirror of
https://github.com/emmansun/gmsm.git
synced 2025-04-22 10:16:18 +08:00
smx509: add wasip1 support #290
This commit is contained in:
parent
309e920050
commit
e5652b6638
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user