diff --git a/Cargo.toml b/Cargo.toml index 583d64b9..678511c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,3 +32,7 @@ dashmap = "3" [dev-dependencies] riker-testkit = "0.1.0" log = "0.4" + +[features] +default = [] +wasm = ["uuid/wasm-bindgen"] diff --git a/README.md b/README.md index 2b04e1c9..d6a6b625 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ Riker provides: - Out-of-the-box, configurable, non-blocking logging - Command Query Responsibility Segregation (CQRS) - Easily run futures +- Can be used with wasm (Just set `wasm` feature flag) [Website](https://riker.rs) | [API Docs](https://docs.rs/riker)