i think this is just because a loader isn't included and that's the minimum example. in a real project you'd write your own code to load the compiled bytecode from somewhere else (external storage, or fetch from server, or w/e).
i.e., here's an interpreter you can bolt onto your firmware codebase. it has no dependencies and makes no assumptions.
i think this is just because a loader isn't included and that's the minimum example. in a real project you'd write your own code to load the compiled bytecode from somewhere else (external storage, or fetch from server, or w/e).
i.e., here's an interpreter you can bolt onto your firmware codebase. it has no dependencies and makes no assumptions.