Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ousttrue/emsdk-zig


https://github.com/ousttrue/emsdk-zig

Last synced: about 19 hours ago
JSON representation

Awesome Lists containing this project

README

        

# emsdk-zig

```sh
zig build -l
# on windows => zig-out/bin/hello.exe
zig build -Dexamples
# on windows => zig-out/bin/hello.html
zig build -Dexamples -Dtarget=wasm32-freestanding
# on windows => zig-out/web/hello.html
zig build -Dexamples -Dtarget=wasm32-emscripten
```

## TODO: external use how to

## issues

- https://github.com/ziglang/zig/issues/10836