polars
polars copied to clipboard
Get polars to compile to wasm target
Updates that will allow polars to be compiled to webassembly target. Well tested and working.
just wanted to add a note: this is the fork that is currently being used for https://github.com/pola-rs/js-polars, so we can switch that to the main repo afterwards.
Thanks a lot @gitkwr. Could you resolve the conflicts?
Maybe if you have time, you could also add a wasm check in our CI. This would ensure we don't break this functionality in the future.
@ritchie46 conflict resolved. Will look into wasm tests.
I will merge this in before we get new conflicts. The wasm CI test can go in a new PR. Thanks for your work @gitkwr