https://github.com/albertoimpl/hello-wasm-c
https://github.com/albertoimpl/hello-wasm-c
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/albertoimpl/hello-wasm-c
- Owner: Albertoimpl
- License: apache-2.0
- Created: 2022-01-28T13:44:45.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-28T18:09:47.000Z (about 4 years ago)
- Last Synced: 2025-01-23T21:28:44.271Z (about 1 year ago)
- Language: JavaScript
- Size: 163 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hello-wasm-c
https://wasmbyexample.dev/examples/hello-world/hello-world.c.en-us.html
```shell
git clone https://github.com/emscripten-core/emsdk.git
cd emsdk
./emsdk install latest
./emsdk activate latest
source ./emsdk_env.sh
```
```shell
emcc life.cpp -o life.js
emcc life.cpp -o3 -o life.html
```
https://albertoimpl.com/hello-wasm-c/hello/hello.html
https://albertoimpl.com/hello-wasm-c/life/life.html