mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-16 02:00:51 +00:00
6 lines
111 B
JavaScript
6 lines
111 B
JavaScript
const wasm = require('wasm-bindgen-test.js');
|
|
|
|
exports.js_auto_bind_math = () => {
|
|
wasm.math(1.0, 2.0);
|
|
};
|