i was thinking about the nodejs one-file thing and i realized something
there's a way to load modules from a string, right
node modules can contain bindings to binary ELF files
what if i just compiled a node module in memory and loaded that
then i could just compile an FFI module to a string, load it, and then abuse FFI
@boots just the kind of nasty shit i expect from you boots~~ <3