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

https://github.com/maxtermax/hello_wasm

This is a sample project, that consist in run a basic program written in c on the browser through wasm
https://github.com/maxtermax/hello_wasm

Last synced: 3 months ago
JSON representation

This is a sample project, that consist in run a basic program written in c on the browser through wasm

Awesome Lists containing this project

README

          

# WebAssambly hello world
try run c code on the browser through wasm

```sh
npm install && npm run start
```

debug memory address for a i variable:
```sh
memory address of 'i' 0x1984n
```