From bfa727258bb731e28d9daf6dbfb58d487e3d7f5b Mon Sep 17 00:00:00 2001 From: John Bartholomew Date: Thu, 8 May 2025 13:16:50 +0100 Subject: [PATCH] doc: add an explanatory sentence in the REAMDE about WASM fixes #774 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 19406ab..8e6f8b9 100644 --- a/README.md +++ b/README.md @@ -119,6 +119,8 @@ Additionally if any files were moved around, see the section [Keeping the Bazel ## Building libjsonnet.wasm +The [WASM](https://webassembly.org/) build can be used to embed go-jsonnet for use (client side) in the web browser. This is used for the live code snippets on https://jsonnet.org/ + ```bash GOOS=js GOARCH=wasm go build -o libjsonnet.wasm ./cmd/wasm ```