smx509: add wasip1 support #290

This commit is contained in:
Sun Yimin 2024-12-27 08:07:33 +08:00 committed by GitHub
parent 309e920050
commit e5652b6638
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 2 deletions

View File

@ -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

View File

@ -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