|
|
|
|
|
by MuffinFlavored
1243 days ago
|
|
Dumb question, with all of this newfangled WASM stuff, why couldn't we also bake the Postgres server (and then client) into the code? I know the WASM runtime would need to expose the low-level ability to do filesystem operations, mmap()ing, network sockets, etc. |
|
Postgres also can't be embedded (according to some brief googling), so you'd need to run it as a separate process.