Commit Graph

7 Commits

Author SHA1 Message Date
Lorenzo
c45bab491a Support Wasi as target (#216)
* Improve features
* Add wasm32-wasi as a target
* Update .github/workflows/ci.yml
Co-authored-by: morenol <22335041+morenol@users.noreply.github.com>
2022-11-08 11:29:56 -05:00
Luis Moreno
162bed2aa2 feat: added support to wasm (#94)
* test: run tests also in wasm targets

* fix: install rand with wasm-bindgen por wasm targets

* fix: use actual usize size to access buffer.

* fix: do not run functions that create files in wasm.

* test: do not run in wasm test that panics.

Co-authored-by: Luis Moreno <morenol@users.noreply.github.com>
2021-04-28 15:58:39 -04:00
Luis Moreno
860056c3ba Run: cargo clippy --fix -Z unstable-options and cargo fmt 2020-11-08 19:39:11 -04:00
Volodymyr Orlov
fa02d77ab1 fix: minor message typos 2020-09-14 16:08:21 -07:00
Volodymyr Orlov
7c013ddc35 feat: refactors dataset 2020-09-14 13:36:40 -07:00
Volodymyr Orlov
bc8f4a3226 fix: formatting 2020-09-11 14:47:01 -07:00
Volodymyr Orlov
1f0d444b03 feat: adds boston housing dataset 2020-09-11 14:45:30 -07:00