1
0
mirror of https://github.com/fluencelabs/wasm-bindgen synced 2025-04-04 19:31:05 +00:00

3 lines
43 B
JavaScript
Raw Normal View History

exports.foo = () => true;
exports.bar = 4;