rhizome Logo

rhizomedb-wasm

Crate npm Code Coverage Build Status License-Apache License-MIT Docs Discord

:warning: Work in progress :warning:
## rhizomedb-wasm WebAssembly bindings for Rhizome. ## Outline - [rhizomedb-wasm](#rhizomedb-wasm) - [Outline](#outline) - [Set-up](#set-up) - [Build for Javascript](#build-for-javascript) - [Testing the Project](#testing-the-project) - [License](#license) - [Contribution](#contribution) ### Build for Javascript The `npm run build` command will compile the code in this directory into Wasm and generate a `lib` folder, containing for each target, the Wasm binary, type declarations, and a Javascript-wrapper ```console npm run build ``` ## Testing the Project For running tests, use the following command: ```console npm run test ``` ## License This project is licensed under either of - Apache License, Version 2.0, ([LICENSE-APACHE](./LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0) - MIT license ([LICENSE-MIT](./LICENSE-MIT) or http://opensource.org/licenses/MIT) at your option. ### Contribution Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions. [apache]: https://www.apache.org/licenses/LICENSE-2.0 [mit]: http://opensource.org/licenses/MIT [node-js]: https://nodejs.dev/en/ [npm]: https://www.npmjs.com/