1
2
3
4
5
6
use wasm_bindgen::prelude::*;

#[wasm_bindgen]
pub fn get_version() -> String {
    "0.0.3-alpha".into()
}