Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 822 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 822 Bytes

Wasm-Webtoy

A tool for making online web assembly game in your browser from .WAT files and WASM-4.

Features

Problems

  • No real input sanitization, you can just put in whatever you want here and it'll compile and execute real web assembly. It's a fancier version of calling eval() on whatever's been written.
    • Not an input sanitization expert, so I'm leaving it be for right now. You'd have to be pretty determined to write malicious JS in web assembly and then have them paste it into a web toy.
  • TODO: Better CSS for editing
  • I hacked this together in a night