logoalt Hacker News

fguerraztoday at 6:16 AM2 repliesview on HN

Does it mean I can finally run Slack on Asahi?


Replies

gobdovantoday at 6:24 AM

From the paper, Elevator currently supports only single-threaded binaries, does not support binaries using exception handling, has unsupported x64 extensions, and does not support self-modifying or JIT-compiled code. Slack is Electorn based, so t embeds Chromium and Node and depends on V8.

Maybe try an emulator? There's also this project I found: https://github.com/andirsun/Slacky

m132today at 10:19 AM

Just curious, is there anything the Electron wrapper provides over the web/PWA version, other than the drawing feature?