Comment on Lunatic: Erlang-Inspired Runtime for WebAssemblyparentComments−koolala4yCould lunatic one day run on a website? Wouldn't wasmtime itself need to be compiled to wasm for that to be possible?−bkolobara4yYes. We could use the in-browser wasm engine + a polyfill for the host functions. Of course, this would have some limitations. Functionality like UDP would not be supported.
Comments
Could lunatic one day run on a website? Wouldn't wasmtime itself need to be compiled to wasm for that to be possible?
Yes. We could use the in-browser wasm engine + a polyfill for the host functions. Of course, this would have some limitations. Functionality like UDP would not be supported.