Add a method to fetch users from the client

This commit is contained in:
Valentin Tolmer
2021-05-09 13:26:50 +02:00
parent 2416eede6f
commit 25027f7614
4 changed files with 86 additions and 10 deletions

View File

@@ -1,6 +1,8 @@
#![recursion_limit = "256"]
mod api;
mod app;
use wasm_bindgen::prelude::*;
use wasm_bindgen::prelude::{wasm_bindgen, JsValue};
#[wasm_bindgen]
pub fn run_app() -> Result<(), JsValue> {