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

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

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)