2 Commits

Author SHA1 Message Date
BjoernSchilberg 2aaf9e51f0 Merge 937ccf60c9 into 8258bc1854 2023-09-13 11:33:50 -07:00
dranke 8258bc1854 fix typo 2023-09-13 07:36:24 +02:00
+1 -1
View File
@@ -5,7 +5,7 @@ description = "Docs"
# Overview
MicroW8 loads WebAssembly modules with a maximum size of 256kb. You module needs to export
MicroW8 loads WebAssembly modules with a maximum size of 256kb. Your module needs to export
a function `fn upd()` which will be called once per frame.
After calling `upd` MicroW8 will display the 320x240 8bpp framebuffer located
at offset 120 in memory with the 32bpp palette located at 0x13000.