rhizomedb-wasm

Crates.iorhizomedb-wasm
lib.rsrhizomedb-wasm
version0.1.0
sourcesrc
created_at2023-08-08 23:31:12.15396
updated_at2023-08-08 23:31:12.15396
descriptionRhizomeDB wasm bindings
homepage
repositoryhttps://github.com/rhizomedb/rs-rhizome/tree/main/rhizome-wasm
max_upload_size
id939631
size1,585,707
Quinn Wilton (QuinnWilton)

documentation

https://docs.rs/rhizomedb-wasm

README

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

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

npm run build

Testing the Project

For running tests, use the following command:

npm run test

License

This project is licensed under either of

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.

Commit count: 0

cargo fmt