Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ousttrue/emsdk-zig
https://github.com/ousttrue/emsdk-zig
Last synced: about 19 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/ousttrue/emsdk-zig
- Owner: ousttrue
- License: mit
- Created: 2024-08-21T03:54:29.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-08-28T17:14:55.000Z (3 months ago)
- Last Synced: 2024-10-13T18:06:21.991Z (about 1 month ago)
- Language: Zig
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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