nushell/crates/nu-cli/src/data
Jonathan Turner d8594a62c2
Add wasm support (#2199)
* Working towards a PoC for wasm

* Move bson and sqlite to plugins

* proof of concept now working

* tests are green

* Add CI test for --no-default-features

* Fix some tests

* Fix clippy and windows build

* More fixes

* Fix the windows build

* Fix the windows test
2020-07-18 13:59:23 +12:00
..
base Rename 'bytes' to 'filesize' (#2153) 2020-07-11 14:17:37 +12:00
config Autoenv rewrite, security and scripting (#2083) 2020-07-06 05:34:00 +12:00
base.rs Remove commands meant for internal use. (#2182) 2020-07-14 21:49:46 -05:00
command.rs Use matches!() for true/false returning match statements (#2176) 2020-07-14 20:11:41 -04:00
config.rs Add wasm support (#2199) 2020-07-18 13:59:23 +12:00
dict.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
files.rs Rename 'bytes' to 'filesize' (#2153) 2020-07-11 14:17:37 +12:00
operators.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
primitive.rs Rename 'bytes' to 'filesize' (#2153) 2020-07-11 14:17:37 +12:00
process.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
types.rs Remove interpretation of Primitive::Nothing as the number 0. (#1836) 2020-05-18 15:18:46 -04:00
value.rs Rename 'bytes' to 'filesize' (#2153) 2020-07-11 14:17:37 +12:00