wabi/
lib.rs

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