Commit Graph

73 Commits

Author SHA1 Message Date
cacde9136c update dependencies, disable wayland support
wayland support doesn't fully work with gnome
(missing window decoration)
2022-01-23 13:16:04 +01:00
3d79239a01 work on api documentation 2022-01-09 23:30:14 +01:00
68890e62ad don't exit on runtime error in watch mode 2022-01-03 23:36:58 +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
cf0e40a0e5 add uw8 pack command 2021-12-27 22:02:27 +01:00
581740cbdb add support for .wat files, add xorscroll.wat example 2021-12-16 23:58:58 +01:00
6f92fd8bb3 add line function to platform 2021-12-11 23:56:46 +01:00
aba00b1cae add input to web runtime, add v0.1pre3 to site 2021-12-01 23:36:39 +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
f6d0bdfa8f add simple rust "script" to build platform binaries 2021-11-21 16:46:20 +01:00
d174f46db3 update native runtime to changes in loader 2021-11-21 16:04:37 +01:00
93b2bb60bd implement upkr unpacker in wasm, use to load compressed base 2021-11-20 23:36:16 +01:00
f7e3202c39 add support to directly run cwa files 2021-11-16 23:54:58 +01:00
dbe59a45f5 fix rectangle function, change resolution to 320x240 2021-11-14 17:09:37 +01:00
289382f351 implement watch mode 2021-11-14 15:18:21 +01:00
bce7d82dae move native microw8 code into object to prepare for file watch 2021-11-14 14:43:02 +01:00
294b9f5634 add palette support (default is still greyscale for now) 2021-11-13 22:29:20 +01:00
3be4e7b101 add platform module providing implementation of random functions 2021-11-08 23:16:17 +01:00
35ff01d7a8 get native implementation working again 2021-11-08 22:30:34 +01:00
57eed68be8 first hacky uw8 runner 2021-10-26 20:33:15 +02:00