@grame/faustwasm 0.0.30 → 0.0.32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/cjs/index.js CHANGED
@@ -1756,7 +1756,7 @@ export default ${(_b = jsCode.match(jsCodeHead)) == null ? void 0 : _b[1]};
1756
1756
  _min_f: Math.min,
1757
1757
  _remainderf: (x, y) => x - Math.round(x / y) * y,
1758
1758
  _powf: Math.pow,
1759
- _roundf: Math.fround,
1759
+ _roundf: Math.round,
1760
1760
  _sinf: Math.sin,
1761
1761
  _sqrtf: Math.sqrt,
1762
1762
  _tanf: Math.tan,
@@ -1784,7 +1784,7 @@ export default ${(_b = jsCode.match(jsCodeHead)) == null ? void 0 : _b[1]};
1784
1784
  _min_: Math.min,
1785
1785
  _remainder: (x, y) => x - Math.round(x / y) * y,
1786
1786
  _pow: Math.pow,
1787
- _round: Math.fround,
1787
+ _round: Math.round,
1788
1788
  _sin: Math.sin,
1789
1789
  _sqrt: Math.sqrt,
1790
1790
  _tan: Math.tan,