From 58bb54ec71eda10e9afb3ef988f452afdfb77bd2 Mon Sep 17 00:00:00 2001 From: maha-hajja Date: Mon, 8 Jul 2024 14:31:16 -0700 Subject: [PATCH] add go build wasm --- wasm/schema.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wasm/schema.go b/wasm/schema.go index b076257..a1711d3 100644 --- a/wasm/schema.go +++ b/wasm/schema.go @@ -12,6 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. +//go:build wasm + package wasm import (