muromec / erwasm-http

Run erlang as a WASI http server (vapourware)
26 stars 1 forks source link

Use Firefly #1

Open olafura opened 3 months ago

olafura commented 3 months ago

Why not start with https://github.com/GetFirefly/firefly

muromec commented 3 months ago

I know about firefly and firefly is cool. I think what they are (were?) doing is making an alternative to OTP runtime, which is a bit of a long shot. Why replace OTP if it exists? Maybe people who actually run OTP know, but I don't.

Now being able to compile some really small erlang modules and deferring the whole runtime business to WASI or offloading it all the way into browser is quite interesting.