doc: add an explanatory sentence in the REAMDE about WASM

fixes #774
This commit is contained in:
John Bartholomew 2025-05-08 13:16:50 +01:00
parent 0ea744d3dd
commit bfa727258b

View File

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