Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.13 KB

README.md

File metadata and controls

28 lines (19 loc) · 1.13 KB

Wal

Front-end framework for creating Single Page Applications written in Rust.

About

Wal is a Rust library designed to allow the creaction of front-end web applications leveraging Rust and WebAssembly. It consists of three crates:

  • wal-core - main crate which provides most fuinctionalities: components interface, routing, VDOM calculation, rendering and handling HTML events,
  • wal-rsx - crate which provides the developer with useful HTML-like syntax called rsx,
  • wal-css - crate which allows usage of local CSS styling with limited scopes.

The library allows creating SPA applications with the use of re-usable interactive components.

References

Used Technologies