1
0
mirror of https://github.com/fluencelabs/wasm-bindgen synced 2025-04-28 15:12:16 +00:00
wasm-bindgen/tests/wasm/duplicates_c.js

3 lines
44 B
JavaScript
Raw Permalink Normal View History

exports.foo = () => false;
exports.bar = 5;