logoalt Hacker News

OvbiousErrortoday at 1:44 PM1 replyview on HN

If I understand correctly, what this project does is take the actual postgresql sources, which are written in C, compile them to wasm and provide typescript wrappers. So you need the wasm to be able to use the C code from js/ts.


Replies

mpweihertoday at 1:56 PM

Yes. I would like to use the code as a library from something other than js/ts.

show 3 replies