Skip to content

Minimal WASM example compiled from C without Emscripten

Notifications You must be signed in to change notification settings

laurikjk/wasm-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wasm-calculator

A simple calculator written in C and compiled to WebAssembly without using Emscripten.

Build

make

Build & Run

make run

Clean

make clean

Dependencies

For compiling: llvm, wabt, make

For the dev-server: http-server, npm

About

Minimal WASM example compiled from C without Emscripten

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published