wabi/
lib.rs

1
2
3
4
#[no_mangle]
pub extern fn wabi_binding(version: f64) -> f64 {
  version
}