oden/third-party/vendor/wasm-bindgen/tests/headless/modules.js
2024-03-08 11:03:01 -08:00

3 lines
43 B
JavaScript

export function get_five() {
return 5;
}