Rethink workspace structure
This commit is contained in:
parent
8b8f7563ad
commit
a97401aed2
44 changed files with 684 additions and 51 deletions
8
web/examples/tour/src/lib.rs
Normal file
8
web/examples/tour/src/lib.rs
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
use wasm_bindgen::prelude::*;
|
||||
|
||||
#[wasm_bindgen(start)]
|
||||
pub fn run() {
|
||||
console_error_panic_hook::set_once();
|
||||
console_log::init_with_level(log::Level::Trace)
|
||||
.expect("Initialize logging");
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue