Just a little Repository for try out some Webassembly methods. To use this make sure you have installed the EMSDK:
git clone https://github.com/emscripten-core/emsdk.gitDont forget to add the directory to your PATH variables! After this install the latest version (be sure youre in the EMSDK folder that you cloned before)
emsdk install latestFirst off you have to activate the Env. with:
emsdk activate latestUse the follow command to compile with Assembler:
emcc .\<NameOfCFile>.c -o <NameOfOutputFile>.js -s NO_EXIT_RUNTIME=1 -s EXPORTED_RUNTIME_METHODS=ccall,cwrap
sera619/WebAssembly-Example
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|