delta-rs
delta-rs copied to clipboard
Investigate possibility of WASM target
Discussion with @nevi-me brought up an interesting idea, there may be a way to compile delta.rs to a wasm (Web Assembly) target and access a Delta table directly from within the browser.
This isn't something I'm personally going to have time to tinker with, but it would be a really interesting experiment to see how far we can push this library.
I'll play around with this in the December break; I've been wanting to write a few blog posts about using Rust for data eng; this could make for a good tutorial :)
Hey, was any progress made around this idea @nevi-me ? I had a similar thought, then stumbled on this issue, so I was hoping to see if there was any info. Thanks