hunghg255 / web-assembly

Webassembly

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Web assembly

C99: https://mbebenita.github.io/WasmExplorer/

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

About

Webassembly


Languages

Language:HTML 100.0%