https://github.com/hyouteki/cwasmjstmpl
C Wasm Js template without Emscripten idea by https://github.com/tsoding/zozlib.js
https://github.com/hyouteki/cwasmjstmpl
c wasm
Last synced: 3 months ago
JSON representation
C Wasm Js template without Emscripten idea by https://github.com/tsoding/zozlib.js
- Host: GitHub
- URL: https://github.com/hyouteki/cwasmjstmpl
- Owner: hyouteki
- Created: 2024-08-01T16:14:05.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-08-02T05:53:20.000Z (10 months ago)
- Last Synced: 2025-02-13T06:01:43.601Z (3 months ago)
- Topics: c, wasm
- Language: Shell
- Homepage: https://hyouteki.github.io/cwasmjstmpl/
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## C Wasm Js Template
Trying to get my ass to do some web dev, but can't get over with C.
Idea by [zozlib.js - tsoding](https://github.com/tsoding/zozlib.js)## Getting started
Install the following dependencies
``` bash
sudo apt install clang lld-14 wabt
```
``` bash
chmod +x build.sh
./build.sh
```## Courtesy
- [zozlib.js - tsoding](https://github.com/tsoding/zozlib.js)
- [snake-c-wasm - tsoding](https://github.com/tsoding/snake-c-wasm)
- [Compiling C to WebAssembly without Emscripten - surma](https://surma.dev/things/c-to-webassembly)