So while you can utilize @TinyGo to build wasi plugins, it seems that you can't use #wazero and #tinygo for host side (or at least I didn't find how yet).
I liked the idea of implementing host app on nrf or esp32 board where I can load additional apps thru API or Bluetooth, for example various dashboards for display like #tydbit
Any suggestions are welcome
@deadprogram thanks for opening the issue for me on #wazero GitHub I feel stupid not doing it myself in the first place
Btw I was able to resolve syscall part in some changes to wazero (moving freebds part to own file) and some socket parts, but now it fails on sockets for unidentified net.TCPListners. Still can't understand why it can't compile those if I can import in my app, a lot to learn on how compilers and #tinygo / #go internals are working