ciallo_wasm 0.7.21

Ciallo with WebAssembly
Documentation
1
2
3
4
5
6
7
use wasm_bindgen::prelude::wasm_bindgen;

/// Get library version constants
#[wasm_bindgen(js_name = ciallo)]
pub fn ciallo() {
    web_sys::console::log_1(&"Ciallo~(∠・ω< )⌒☆".into());
}