Skip to content

sera619/WebAssembly-Example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages