hachyderm.io is one of the many independent Mastodon servers you can use to participate in the fediverse.
Hachyderm is a safe space, LGBTQIA+ and BLM, primarily comprised of tech industry professionals world wide. Note that many non-user account types have restrictions - please see our About page.

Administered by:

Server stats:

9.7K
active users

So while you can utilize @TinyGo to build wasi plugins, it seems that you can't use and 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

Any suggestions are welcome 🙏🏽

ZogG

@deadprogram thanks for opening the issue for me on 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 / internals are working 🥹