Skip to content

Latest commit

 

History

History
15 lines (7 loc) · 521 Bytes

README.md

File metadata and controls

15 lines (7 loc) · 521 Bytes

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.