summaryrefslogtreecommitdiffstats
path: root/vendor/wasm-bindgen/tests/headless/modules.js
blob: c6ce3f0eb49c10cc132f4a76f68690274d138d81 (plain)
1
2
3
export function get_five() {
  return 5;
}