mirror of
https://github.com/nbd-wtf/go-nostr.git
synced 2025-08-27 14:22:20 +02:00
support wasm (#163)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
//go:build !sqlite_math_functions
|
||||
//go:build !js && !sqlite_math_functions
|
||||
|
||||
package test
|
||||
|
||||
|
@@ -1,3 +1,5 @@
|
||||
//go:build !js
|
||||
|
||||
package test
|
||||
|
||||
import (
|
||||
|
@@ -1,4 +1,4 @@
|
||||
//go:build !sqlite_math_functions
|
||||
//go:build !js && !sqlite_math_functions
|
||||
|
||||
package test
|
||||
|
||||
|
Reference in New Issue
Block a user