1
0
mirror of https://github.com/fluencelabs/wasm-bindgen synced 2025-04-02 10:21:07 +00:00

6 lines
111 B
JavaScript
Raw Normal View History

const wasm = require('wasm-bindgen-test.js');
exports.js_auto_bind_math = () => {
wasm.math(1.0, 2.0);
};