rth / vtext

Simple NLP in Rust with Python bindings
Apache License 2.0
148 stars 11 forks source link

BLD Build for the wasm target #62

Closed rth closed 4 years ago

rth commented 4 years ago

This aims to build vtext for the wasm32 target.

Currently a blocker is the incompatible rustc-serialize create scattered though the dependencies. In particular,

other issues may be discovered later on..

rth commented 4 years ago

Merging. This also updates versions for ndarray, sprs, pyo3, and rust-numpy dependencies.