mirror of
https://github.com/lldap/lldap.git
synced 2026-07-25 17:58:44 +00:00
Split the crate in 3, introduce JS frontend
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
mod app;
|
||||
|
||||
use wasm_bindgen::prelude::*;
|
||||
|
||||
#[wasm_bindgen]
|
||||
pub fn run_app() -> Result<(), JsValue> {
|
||||
yew::start_app::<app::App>();
|
||||
|
||||
Ok(())
|
||||
}
|
||||
Reference in New Issue
Block a user