mirror of
https://github.com/ziglang/zig.git
synced 2025-01-21 01:14:32 +00:00
fbd96907c9
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. |
||
---|---|---|
.. | ||
docgen.zig | ||
langref.html.in |