mastodon.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
The original server operated by the Mastodon gGmbH non-profit

Administered by:

Server stats:

379K
active users

"Look Ma! No hands!"

Free Pascal Compiler outputs a working WASM binary on AmigaOS, with no external tooling/dependencies. I doubt anyone has ever tried this before (maybe Marcus Sackrow, my partner in FPC-Amiga crimes did?), but it works, first try.

Experiment on request/idea by @mntmn.

@chainq @mntmn ...do you have a way to run wasm on the amiga (aside from wasm2c)?

@SoniEx2 @mntmn I'm not aware there's anything like that exists. If there's one written in somewhat portable C, that could probably be compiled. Or we need to write one in Pascal... 😉

@chainq @SoniEx2 i think WAMR might be portable to m68k, at least in interpreter mode. it doesn't have an 68000 JIT... yet. probably the ARMv7 JIT could be adapted.

minute

@chainq @SoniEx2 (source: i just ported WAMR to bare metal ARMv7 in the ZZ9000)