Skip to content

Latest commit

 

History

16 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webassembly Practice Projects

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.git

Dont 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 latest

First off you have to activate the Env. with:

  emsdk activate latest

Use the follow command to compile with Assembler:

   emcc .\<NameOfCFile>.c -o <NameOfOutputFile>.js -s NO_EXIT_RUNTIME=1 -s EXPORTED_RUNTIME_METHODS=ccall,cwrap

About

A little Practiceproject to show up some usages of webassembly

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages