lunatic-solutions / lunatic

Lunatic is an Erlang-inspired runtime for WebAssembly
https://lunatic.solutions
Apache License 2.0
4.57k stars 136 forks source link

Support tinygo ? #145

Open gedw99 opened 1 year ago

gedw99 commented 1 year ago

Seems tinygo is not supported as a wasm source ?

Wazero and spun support it . Would be possible for lunatic to support it I think

bkolobara commented 1 year ago

Tinygo should be supported the same way Wasmtime supports it. There are just no lunatic-specific libraries for tinygo to make use of lunatic's capabilities around processes, message sending and networking. If I remember correctly, someone on discord was working on it: https://discord.com/channels/779332282531184680/1017411674686357524/1018501017979068518

I'm just not sure how far they got.