Skip to content

Basic implementation of standalone C web assembly (wasm) module.

Notifications You must be signed in to change notification settings

lunarjournal/tinywasm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tinywasm

Basic implementation of standalone C web assembly (wasm) module.

Demonstrates:

  • Calling Javascript functions from C
  • Calling C main from Javascript
  • Parsing variables between Javascript and C functions.

Info

Ensure you have installed the emscripten C compiler (emcc) as per the following guide.

Simply run base.sh from base directory to build and launch a simple python http file server.

About

Basic implementation of standalone C web assembly (wasm) module.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published