Stream: general

Topic: running on baremetal


view this post on Zulip Philip Silva (Nov 01 2025 at 09:08):

Hey, in WAMR I'm making a new target for a riscv vm. So the vm can run code from the rom. But for aot the code is stored in the module instance (=ram), or? I wonder if I either need to patch the vm, the platform target or my application :sweat_smile:

view this post on Zulip Philip Silva (Nov 01 2025 at 10:16):

never mind, I just found out about XIP which solves exactly that. https://github.com/bytecodealliance/wasm-micro-runtime/blob/main/doc/xip.md

WebAssembly Micro Runtime (WAMR). Contribute to bytecodealliance/wasm-micro-runtime development by creating an account on GitHub.

view this post on Zulip Notification Bot (Nov 03 2025 at 17:14):

This topic was moved to #wamr > running on baremetal by fitzgen (he/him).


Last updated: Dec 06 2025 at 05:03 UTC