|
|
d0166f32a6
|
remove .size from startup.s, so linker.ld doesn't need gap-bridge symbols
|
2026-05-21 11:26:47 +02:00 |
|
|
|
7846a2f3b6
|
fix linker.ld - wamr subsections have to be declared before the .text* wildcard
|
2026-05-20 21:31:31 +02:00 |
|
|
|
ddbd6fa8d1
|
pin new wamr commit + add .text.wamr_mmap section to linker.ld
|
2026-05-17 21:22:13 +02:00 |
|
|
|
e0624a10f7
|
show experiment info when dropping databases in menu
|
2026-05-07 21:39:34 +02:00 |
|
|
|
9dd04e905c
|
add matrix multiplication test program
|
2026-04-24 15:27:20 +02:00 |
|
|
|
f2f8d7f89f
|
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 |
|
|
|
171fe1703e
|
remove obsolete startup.s modifications
|
2026-04-22 15:41:15 +02:00 |
|
|
|
64d6971d4d
|
decrease loop iterations in sum sample
|
2026-04-21 22:35:33 +02:00 |
|
|
|
263bb454f1
|
link mmap_space + aot array into .text
|
2026-04-21 22:34:36 +02:00 |
|
|
|
19c9559cc0
|
don't link mmap region into .text but aot array itself
|
2026-04-21 14:46:31 +02:00 |
|
|
|
d4090125ef
|
add run in gdb menu action
|
2026-04-20 23:52:06 +02:00 |
|
|
|
d74222ccec
|
update targets
|
2026-04-18 19:46:45 +02:00 |
|
|
|
42abfa0488
|
move wamr mmap memory region into .text segment for wamr aot mode
|
2026-04-17 00:25:22 +02:00 |
|
|
|
3ca6690822
|
unify host programs across targets
|
2026-04-16 22:36:36 +02:00 |
|
|
|
db54f88fd7
|
do fail interactions inside wasm module + unify host modules + fix cored module
|
2026-04-13 23:03:54 +02:00 |
|
|
|
eebcb56297
|
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 |
|
|
|
820cc2a390
|
switch fail markers to function symbols
|
2026-04-01 21:17:01 +02:00 |
|
|
|
bcab6e02ae
|
add a c-only target (no WASM)
|
2026-03-13 00:22:03 +01:00 |
|
|
|
1267f885cd
|
add linux-posix + linux-baremetal recipes
|
2026-03-12 13:45:33 +01:00 |
|
|
|
8ebb3d78df
|
add injection targets
|
2026-03-12 01:42:34 +01:00 |
|