mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-11-24 14:42:35 +03: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);
|
|
};
|