I would like people to be able to compile as much of the C++ library
as possible with wasm. If someone is interested in this project, it
seems like starting to set up some build and tests scripts to help
would be a good step to take (also compiling all the dependencies is
probably a pretty good siz
Franco,
On Tue, Feb 19, 2019 at 8:31 PM Brian Hulette wrote:
> Hi Franco,
> I'm not aware of anyone trying this in Rust, but Tim Paine at JPMC recently
> contributed a patch [1] to make it possible to compile the C++
> implementation with emscripten, so that he could use it in Perspective [2].
>
Hi Franco,
I'm not aware of anyone trying this in Rust, but Tim Paine at JPMC recently
contributed a patch [1] to make it possible to compile the C++
implementation with emscripten, so that he could use it in Perspective [2].
Could you use the C++ lib instead?
It would be great if either implement
Hi!
Actually, Apache Arrow have a really nice implementation on Rust. I
try to compile this to webAssembly but I have a problem with libc. I
understand that this is a general problem of libc and wasm.
In the road map of Arrow, you plan support wasm?
Thanks!!