@remko @aw Oh wow, that's amazing!! It'll be really nice to be able to embed uxn sketches into my wiki.
I was wondering, .wat files, do I need to do anything to them to run them in the browser? Like, how do you embed this in a website?
@neauoire @aw .WAT is the text representation, which needs to be converted to the binary form WASM first (a boring but straightforward transformation; I typically use wat2wasm from WABT for this, but someone with time could write this in Uxntal ;) )
@neauoire @aw
.WAT is the text representation, which needs to be converted to the binary form WASM first (a boring but straightforward transformation; I typically use wat2wasm from WABT for this, but someone with time could write this in Uxntal ;) )