egg changed the topic of #kspacademia to: https://git.io/JqLs2 | Dogs are cats. Spiders are cat interferometers. | Document well, for tomorrow you may get mauled by a ネコバス. | <UmbralRaptor> egg|nomz|egg: generally if your eyes are dewing over, that's not the weather. | <ferram4> I shall beat my problems to death with an engineer. | We can haz pdf | Logs: https://esper.irclog.whitequark.org/kspacademia
mofh has quit [Ping timeout: 189 seconds]
mofh has joined #kspacademia
<raptop>
悪魔の祖母さんはとても厳しい
<raptop>
(don't mind me, just generating silly sentences)
_whitelogger has joined #kspacademia
egg|matrix|egg has quit [Quit: Bridge terminating on SIGTERM]
whitequark has quit [Quit: Bridge terminating on SIGTERM]
queqiao has quit [Quit: Bridge terminating on SIGTERM]
<SnoopJ>
whitequark, after a bit more fussing, I think your wasm2c suggestion is probably my best way forward, I've been able to get to a point where the only 'missing' imports are wasi_snapshot_preview1 stuff and __syscall symbols generated by Emscripten which seem like they'll be straightforward to provide impls for
<SnoopJ>
roping emscripten back into the toolchain^Wcontraption feels ironic but at this point I'm willing to entertain slapstick shennanigans and even write my own bindings
<whitequark>
oh my goddess you actually did it, a madperson
<SnoopJ>
I'm already deep into silliness, why not
<SnoopJ>
I don't know enough to know better and I refuse to learn
<SnoopJ>
(I'm actually learning a lot, but, y'know)
<SnoopJ>
I hadn't realized the emscripten could emit "standalone" WASM and it *seems* like that neatly handles the sjlj concern and reduces the problem to just providing the above symbols, and I thiiiink the snapshot stuff is probably something wasi-libc has already done for me?