mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-04-02 18:31:05 +00:00
4 lines
42 B
JavaScript
4 lines
42 B
JavaScript
|
export function get_two() {
|
||
|
return 2;
|
||
|
}
|