runtime: wasm compatible with js build tag

This commit is contained in:
Li Jie
2025-05-15 19:46:38 +08:00
parent 9203c366e7
commit bb43622fe7
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style // Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file. // license that can be found in the LICENSE file.
//go:build wasip1 //go:build wasm
package syscall package syscall

View File

@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style // Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file. // license that can be found in the LICENSE file.
//go:build wasip1 //go:build wasm
package syscall package syscall