Commit Graph

16 Commits

Author SHA1 Message Date
a8aa0bbb07 add matrix multiplication test program 2026-04-24 15:27:20 +02:00
5aab319424 import native symbols in lib.h
lib.h gets included into the host module and the wasm module. For the
host module the attributes will be ignored.
2026-04-24 10:45:55 +02:00
5ff6f6d0d8 remove obsolete startup.s modifications 2026-04-22 15:41:15 +02:00
42817bab52 decrease loop iterations in sum sample 2026-04-21 22:35:33 +02:00
aec774c633 link mmap_space + aot array into .text 2026-04-21 22:34:36 +02:00
264795bf71 don't link mmap region into .text but aot array itself 2026-04-21 14:46:31 +02:00
19048ed4bf add run in gdb menu action 2026-04-20 23:52:06 +02:00
40d40bc57b update targets 2026-04-18 19:46:45 +02:00
18c3f13a71 move wamr mmap memory region into .text segment for wamr aot mode 2026-04-17 00:25:22 +02:00
329014aada unify host programs across targets 2026-04-16 22:36:36 +02:00
550ce0b079 do fail interactions inside wasm module + unify host modules + fix cored module 2026-04-13 23:03:54 +02:00
28a3c37d41 update hosts for cored target
WIP: currently the hosts are not generic and don't support different
targets
2026-04-07 22:12:57 +02:00
39d2e1c51f switch fail markers to function symbols 2026-04-01 21:17:01 +02:00
129ba0e0b6 add a c-only target (no WASM) 2026-03-13 00:22:03 +01:00
50c6e9adea add linux-posix + linux-baremetal recipes 2026-03-12 13:45:33 +01:00
43414edd0a add injection targets 2026-03-12 01:42:34 +01:00