mirror of
https://codeberg.org/demostf/tf-demos-viewer.git
synced 2026-06-03 18:14:11 +02:00
bumb dependencies
This commit is contained in:
parent
d65913818c
commit
b0e7164738
5 changed files with 169 additions and 164 deletions
|
|
@ -11,10 +11,6 @@ use wasm_bindgen::prelude::*;
|
|||
|
||||
mod state;
|
||||
|
||||
macro_rules! log {
|
||||
($($arg:tt)*) => (web_sys::console::log_1(&JsValue::from(format!($($arg)*))))
|
||||
}
|
||||
|
||||
#[wasm_bindgen]
|
||||
#[derive(Debug, Clone, Copy)]
|
||||
pub struct XY {
|
||||
|
|
@ -124,8 +120,5 @@ pub fn main_js() -> Result<(), JsValue> {
|
|||
#[cfg(debug_assertions)]
|
||||
console_error_panic_hook::set_once();
|
||||
|
||||
// Your code goes here!
|
||||
log!("Hello world!");
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue