Open FrikadelleHelle opened 3 months ago
setjmp is coming soon to wasi, so probably next wasi-sdk will open the path to a native python pglite. Worst case scenario will be almost native via wasmtime-py module, as it can already work without setjmp ( but that is not very practical ).
Creating this issue to try and track the progress on a 'native' python client for pglite.
Is it correctly understood that
postgres.wasm
needs to be changed to not be dependent on the javascript implementation of 'custom Emscripten non-standard functions' that are not implemented in thepostgres.wasm
yet? https://github.com/electric-sql/pglite/issues/89