An experimental frontend web framework in pure rust.
Wasmadeus is focused on simplicity and robustness.
// TODO: cool counter example
- Functional reactive programming (FRP) types and concepts.
- Modular, customizable and reusable components.
- Rustic API featuring no macro magic.
- Nice abstractions for fetch and other browser primitives.
- Easy bundling with trunk.
See the examples directory for a list of examples built with Wasmadeus.
- Is it faster than
<popular JS framework>
?
Probably not. WebAssembly is still a young technology, and did not receive the optimizations that were given to JS over decades. More importantly, WebAssembly still lacks access to the DOM, any UI operation requires an extra layer of JS to complete.
- Can I use it with
<favorite NPM package>
?
Sure, but you will have to bring your own glue.
- Can I contribute/give feedback ?
Yes, Gladly!
Licensed under either of Apache License, Version 2.0 or MIT license at your option.Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this crate by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.