Skip to content

BernardoFBBraga/wasm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WASM

A Web Assembly Study

Project dependencies

You'll need the LLVM Compiler Infrastructure, which you can install with brew install llvm

Don't forget to add the binaries to the enviroment. For example, you can add /home/linuxbrew/.linuxbrew/bin to /etc/environment if you installed with brew

Building and running

To build the lib, run make

To run the web server run make start This will start a web server and you can access the example in localhost:8000 The request to load the WASM resource would fail otherwise

To clean generated files, run make clean

About

Web Assembly Study

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published