Skip to content

Commit

Permalink
Remove note about making modules private
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb committed Jul 30, 2021
1 parent 097811c commit 7c4298f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arrow/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ let array = Float64Array::from(Arc::new(data));
println!("{:?}", array.value(1));
```

NOTE: We plan to deprecate and make these modules private as part of a follow on release, as part of our journey of redesigning this crate.

## Building for WASM

In order to compile Arrow for Web Assembly (the `wasm32-unknown-unknown` WASM target), you will likely need to turn off this crate's default features and use the `js` feature.
Expand Down

0 comments on commit 7c4298f

Please sign in to comment.