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

https://github.com/hunghg255/web-assembly

Webassembly
https://github.com/hunghg255/web-assembly

Last synced: 7 months ago
JSON representation

Webassembly

Awesome Lists containing this project

README

          

# Web assembly

```c++
C99: https://mbebenita.github.io/WasmExplorer/

int add(int a, int b) {
return a + b;
}
```