Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ambiguousname committed Feb 25, 2024
1 parent a931941 commit 7b49a11
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,4 @@ A tool for making online web assembly game in your browser from .WAT files and [
- 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
- TODO: Being able to still see your game while editing
- I hacked this together in a night

0 comments on commit 7b49a11

Please sign in to comment.