mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-04-01 18:01:06 +00:00
4 lines
43 B
JavaScript
4 lines
43 B
JavaScript
|
export function get_five() {
|
||
|
return 5;
|
||
|
}
|