Skip to content

william8000/web-assembly-introduction

 
 

Repository files navigation

Patched Web Assembly examples

To get started, build the Emscripten SDK (might take several hours):

  • cd workdirectory
  • git clone https://github.com/juj/emsdk.git
  • cd emsdk
  • ./emsdk install sdk-incoming-64bit binaryen-master-64bit
  • ./emsdk activate sdk-incoming-64bit binaryen-master-64bit
  • After it builds, set up the Emscripten SDK by running
  • source ./emsdk_env.sh

When you have the environment set up:

  • Clone this repository
  • cd web-assembly-introduction
  • Build it with make
  • Start a web server with python -m SimpleHTTPServer or python3 -m http.server
  • Browse to http://localhost:8000/

About

Introduction to Web Assembly

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 41.2%
  • C++ 40.8%
  • C 11.9%
  • Makefile 4.4%
  • Shell 1.7%