Skip to content

ExcelliumSA/WASM-lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WASM-lab

A simple lab to experiment with WASM.

🌎 This lab is deployed using GitHub pages so you can access it here.

Local hosting

💻 The WASM Toolkit is already included so you can use it directly in your browser's console.

💡 An easy way to have the lab running is to use python3 -m http.server 80.

❌ Don't use the file:// protocol in your browser, it won't load correctly.