zig/doc
Jakub Konka fbd96907c9 wasm: build static archive unless -dynamic specified
This matches the behaviour for other targets in that

```
zig build-lib math.zig -target wasm32-freestanding
```

produces now `libmath.a` while

```
zig build-lib math.zig -dynamic -target wasm32-freestanding
```

is required to create a loadable Wasm module.
2021-05-21 20:24:13 +02:00
..
docgen.zig wasm: build static archive unless -dynamic specified 2021-05-21 20:24:13 +02:00
langref.html.in wasm: build static archive unless -dynamic specified 2021-05-21 20:24:13 +02:00