Absolute bare minimum 'platform': useful PR? #4784
IndianBoy42
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am planning to use WAMR to use WASM as basically a fast scripting library for customizing certain parts of the behaviour of my robot (think how game engines use lua to implement the game logic). For this I wanted (and thus made) basically the barest of bare metals 'platform' port. For my case the wasm modules are basically one and done pure functions/state machines so I dont need a whole platform/OS.
I think this is actually a pretty interesting use case and this bare metal platform is a good start for porting WAMR to other actual platforms. I was thinking of cleaning it up, putting a bunch of comments so it could be used as the basis for a new port or even weakly linked function stubs so that all the platform stuff could be incrementally added by the host codebase.
Would you be interested in that PR? What would you want to see from the bare-metal platform port?
Beta Was this translation helpful? Give feedback.
All reactions