Skip to content

Commit bfa7272

Browse files
doc: add an explanatory sentence in the REAMDE about WASM
fixes #774
1 parent 0ea744d commit bfa7272

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,8 @@ Additionally if any files were moved around, see the section [Keeping the Bazel
119119

120120
## Building libjsonnet.wasm
121121

122+
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/
123+
122124
```bash
123125
GOOS=js GOARCH=wasm go build -o libjsonnet.wasm ./cmd/wasm
124126
```

0 commit comments

Comments
 (0)