Jake Ramsley

Results 2 comments of Jake Ramsley

Hi @pauldorehill, I removed my `target` and `pkg` folders and tried again. First thing was to check for any `round`, `js_sys`, or `Math` imports via grep ``` $ grep -i...

It's easy enough to post-process to change the exported function name ```javascript /** * @param {Float32Array} out * @param {Float32Array} a * @returns {Float32Array} */ export function js_round(out, a) {...