orca/src
Reuben Dunnington 024a528afa
zig sample:
* generate a gradient image and draw it
* rbga8 color helpers and some const tweaks
2023-10-01 14:56:32 -04:00
..
app wip zig orca bindings 2023-09-29 20:13:38 -04:00
ext remove wrong alignment attribute of IM3Operation wasm3 2023-09-19 09:15:36 +02:00
graphics revert const changes to oc_font_create_from_* 2023-09-29 23:15:01 -04:00
libc-shim adding exp/expf 2023-09-24 18:44:32 +02:00
platform fix oc_get_host_platform declaration 2023-09-29 20:13:37 -04:00
ui [ui layout] 2023-09-16 16:59:45 +02:00
util Aligned arena allocation 2023-09-29 10:53:48 +02:00
wasmbind Keep log format as "function() in file:line: msg", but pass the arguments in consistent order between the host and guest app. 2023-09-18 10:19:13 +00:00
orca.c Licensing and copyright information 2023-09-11 11:09:47 +02:00
orca.h Licensing and copyright information 2023-09-11 11:09:47 +02:00
orca.m Licensing and copyright information 2023-09-11 11:09:47 +02:00
orca.zig zig sample: 2023-10-01 14:56:32 -04:00
runtime.c fix order of file vs function in logging function arguments 2023-09-28 21:28:18 +02:00
runtime.h Clipboard handling 2023-09-13 16:59:26 +02:00
runtime_clipboard.c Consistency/intent 2023-09-14 11:54:38 +02:00
runtime_clipboard.h Consistency/intent 2023-09-14 11:54:38 +02:00
runtime_io.c Consistency/intent 2023-09-14 11:54:38 +02:00
runtime_memory.c Fix handling of wasm memory growing. Properly account for wasm3 header size, align on page boundary and return the previous size, asserting that there's enough memory for the requested chunk size. 2023-09-25 11:59:11 +02:00
runtime_memory.h Clipboard handling 2023-09-13 16:59:26 +02:00