Commit Graph

34 Commits

Author SHA1 Message Date
7caad08b7c print fractional compressed size 2022-06-22 00:16:35 +02:00
caeaa82787 optimize hline function, update wasmtime 2022-06-12 14:28:01 +02:00
8fa64519e4 add playNote fn and bell chr (7) 2022-04-19 00:27:53 +02:00
eb7c33d412 update curlywas, use 'include "microw8-api.cwa"' in examples 2022-02-26 23:41:15 +01:00
47ad3b4f30 add command to uw8-tool to write api include file 2022-02-26 22:13:15 +01:00
619ea903ba add support for table/element section in pack command 2022-02-02 00:02:55 +01:00
d239775411 forgot to add file 2022-01-02 15:42:28 +01:00
26206a312a add filter-exports command to automatically remove unused exports
this removes the need for a manual step in the rust example
2022-01-01 19:02:58 +01:00
6ca63b87e5 add rectangle_outline function 2021-12-30 22:03:46 +01:00
6f22e00487 update upkr version 2021-12-27 23:46:03 +01:00
cf0e40a0e5 add uw8 pack command 2021-12-27 22:02:27 +01:00
462dc3a1c6 update upkr (new tweaked compressed format) 2021-12-27 17:34:00 +01:00
6f92fd8bb3 add line function to platform 2021-12-11 23:56:46 +01:00
ed24904d60 more font and text functions 2021-12-08 23:59:58 +01:00
1cc480cd48 add first iteration font and print functions 2021-12-01 09:08:21 +01:00
8695a222f0 add support for game input 2021-11-28 22:47:23 +01:00
667a222331 tic(i32) => upd(), time(), first version of palette 2021-11-27 21:38:48 +01:00
0cb169d62e added -p -c -l -o options to uw8 run command 2021-11-26 23:45:29 +01:00
fcf24110c5 update to new upkr version, use css to scale canvas 2021-11-24 22:51:27 +01:00
88bc4fe364 compress platform module 2021-11-21 23:38:01 +01:00
40d684ea9a loader.wasm binary now includes compressed base 2021-11-21 13:36:09 +01:00
93b2bb60bd implement upkr unpacker in wasm, use to load compressed base 2021-11-20 23:36:16 +01:00
14810b7fc8 fix export section not written when needed 2021-11-16 07:52:06 +01:00
812847d9e5 fix start function not being remapped 2021-11-14 17:19:01 +01:00
944856b267 implement first batch of drawing functions (filled rect/circle) 2021-11-13 17:44:15 +01:00
3be4e7b101 add platform module providing implementation of random functions 2021-11-08 23:16:17 +01:00
021acb960b add support for data and start section in uw8-tool 2021-11-08 09:21:02 +01:00
39121acd24 add support for global vars 2021-11-07 22:22:21 +01:00
b474f2581e sort exported functions to the front 2021-11-07 08:36:53 +01:00
d86f91789b move all imports to module "env", some tweaks to rust example 2021-11-06 19:46:16 +01:00
32d2519d2d add simple rust example 2021-11-06 18:52:52 +01:00
492f151059 some cleanup, add skeleton of zola based website 2021-11-05 19:44:44 +01:00
31cc63a93b first version of uw8-tool pack command 2021-11-04 23:55:08 +01:00
348657163d improve file selection button, first version of uw8-tool to build base.wasm 2021-11-03 23:58:44 +01:00