| ▲ | mpweiher 7 hours ago | |
Yes. I would like to use the code as a library from something other than js/ts. | ||
| ▲ | mirrir 3 hours ago | parent | next [-] | |
You can use it in Rust if you like. I've used pglite through wasmer before. Also [pglite-oxide](https://lib.rs/crates/pglite-oxide) is pretty usable. | ||
| ▲ | embedding-shape 3 hours ago | parent | prev | next [-] | |
Sounds you only need to create the APIs for calling into WASM if so, so as long as your language of choice can do that, you're good to go. | ||
| ▲ | monster_truck 6 hours ago | parent | prev [-] | |
So compile it and use it? | ||