#assembly #ui #web #view #text #mobile-first

wui

一个通用的以移动端优先的 WebAssembly UI

2 个版本

0.0.1 2019年11月4日
0.0.0 2019年3月25日

#175 in #view

MIT/Apache

3KB

威 wui

一个为 WebAssembly 设计的移动端优先的 UI 库。

[dependencies]
wui = "0.0.1"
use wui::*;

#[no_mangle]
pub fn main() -> () {
    globals::get::<Wui>().lock();
    wui.render(view!{
        Text("Hello World!")
    });
}

许可证

本项目受以下任一许可证的许可:

任选其一。

贡献

除非你明确声明,否则任何有意提交给 wui 的贡献,如 Apache-2.0 许可证中定义的,应如上双重许可,无任何额外条款或条件。

依赖

~670KB
~12K SLoC