You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[package]
name = "rust-wasm"
version = "1.0.0"
authors = ["Xia"]
description = "A tempt for rust to wasm with arrow"
[dependencies]
arrow = { version = "5.0", default-features = false, features = ["csv", "ipc", "simd"] }
Describe the usage question you have. Please include as many useful details as possible.
when I run
cargo build --target=wasm32-wasi
. It failed to compile.Meta
rustc --version --verbose
:Toml file:
Error output
The text was updated successfully, but these errors were encountered: