Mewz: Unikernel written in Zig for running WASI-compatible WASM applications(github.com)
github.com
Mewz: Unikernel written in Zig for running WASI-compatible WASM applications
https://github.com/mewz-project/mewz
3 コメント
Since I can export ruby scripts into wasm, will this allow me to create standalone-executable?
Yes in that it would allow you to run your ruby scripts "as the standalone OS". No in that it's not a way to package the ruby script to just run as a standalone executable on different existinging OSs (without standing up a dedicated virtual machine on the host to do so).
Mostly clarifying that for those who have a certain meaning of what a standalone executable means to them already in their head.
Mostly clarifying that for those who have a certain meaning of what a standalone executable means to them already in their head.
It looks still very early days in terms of supporting all libc/syscalls as well as support for different platforms.
I wonder how this compares in terms of performance to https://unikraft.org which is able to do the same but is a more establish libOS/unikernel project (disclosure I am a maintainer of Unikraft :-)) since this is written in Zig and Unikraft is written in C.