A highly experimental attempt to plug matrix-rust-sdk into the browser (and originally Tauri), in order to investigate what Element X Web/Desktop could look like.
Try is out at https://element-aurora.netlify.app/
cargo install wasm-bindgen-cli
yarn installBindings are currently vendored into the repo, run this to update them,
./build-wasm-bindings.shyarn && yarn devyarn buildyarn tauri dev
yarn tauri build
