https://github.com/hunghg255/web-assembly
Webassembly
https://github.com/hunghg255/web-assembly
Last synced: 7 months ago
JSON representation
Webassembly
- Host: GitHub
- URL: https://github.com/hunghg255/web-assembly
- Owner: hunghg255
- Created: 2023-01-03T17:45:46.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-05-03T11:56:55.000Z (over 1 year ago)
- Last Synced: 2025-01-23T05:14:35.253Z (9 months ago)
- Language: HTML
- Size: 1000 Bytes
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Web assembly
```c++
C99: https://mbebenita.github.io/WasmExplorer/int add(int a, int b) {
return a + b;
}
```