Skip to content

WIP: use arrow-wasm instead of custom rust library for tests #49

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kylebarron
Copy link
Owner

@kylebarron kylebarron commented Sep 16, 2023

Right now, arrow-js-ffi uses a custom Rust module for tests. I'm trying to build out arrow-wasm as a core library for Arrow in wasm, and so it would be great to use that directly instead of a custom module.

It works except for accessing individual columns, which isn't currently supported/fleshed out in arrow-wasm

Note: to build inside the arrow-wasm submodule, I ran:

wasm-pack build --target nodejs --out-dir pkg_arrow1 --out-name arrow1 --features arrow1 --features console_error_panic_hook
wasm-pack build --target nodejs --out-dir pkg_arrow2 --out-name arrow2 --features arrow2 --features console_error_panic_hook

@kylebarron kylebarron marked this pull request as draft September 16, 2023 22:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant