You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apologies if this isn't the right place to ask this, but its very unclear (and it appears to be quite difficult) to find any actual documentation on embedding Mun in anything. There is, of course, the Mun command-line program, but this doesn't really give me much of an idea on -- say -- a simple "hello world" like program that tells me how to get going. My requirements are strict, too, so Mun may not be appropriate:
I am developing a microkernel operating system. An idea I'd like to prototype would be a "dispatch" server that loads plugins either written in a scripting language like Rhai or compiled AOT with Mun or another compiler. Quite a bit of underlying infrastructure will be needed to make this work on the microkernel, which does not (yet) possess such infrastructure, but mocking the environment -- or trying to -- would be a good way of testing to see how it works. So what is a good way of embedding Mun and what crates do I need?
The text was updated successfully, but these errors were encountered:
Does mun_runtime work in no_std or does it require std?
You should also consider providing full embedding documentation in future -- something like an "embedding mun" book that gives you all the tips and tricks for compiling and embedding code and all that fancy stuff. I haven't looked at the documentation for each crate in particular so if its well-documented then there won't be as much of a need.
Apologies if this isn't the right place to ask this, but its very unclear (and it appears to be quite difficult) to find any actual documentation on embedding Mun in anything. There is, of course, the Mun command-line program, but this doesn't really give me much of an idea on -- say -- a simple "hello world" like program that tells me how to get going. My requirements are strict, too, so Mun may not be appropriate:
I am developing a microkernel operating system. An idea I'd like to prototype would be a "dispatch" server that loads plugins either written in a scripting language like Rhai or compiled AOT with Mun or another compiler. Quite a bit of underlying infrastructure will be needed to make this work on the microkernel, which does not (yet) possess such infrastructure, but mocking the environment -- or trying to -- would be a good way of testing to see how it works. So what is a good way of embedding Mun and what crates do I need?
The text was updated successfully, but these errors were encountered: