about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/etc/wasm32-shim.js4
m---------src/stdsimd0
2 files changed, 4 insertions, 0 deletions
diff --git a/src/etc/wasm32-shim.js b/src/etc/wasm32-shim.js
index 98d6202a63f..378aae59733 100644
--- a/src/etc/wasm32-shim.js
+++ b/src/etc/wasm32-shim.js
@@ -107,6 +107,10 @@ imports.env = {
   exp2f: function(x) { return Math.pow(2, x); },
   ldexp: function(x, y) { return x * Math.pow(2, y); },
   ldexpf: function(x, y) { return x * Math.pow(2, y); },
+  sin: Math.sin,
+  sinf: Math.sin,
+  cos: Math.cos,
+  cosf: Math.cos,
   log: Math.log,
   log2: Math.log2,
   log10: Math.log10,
diff --git a/src/stdsimd b/src/stdsimd
-Subproject a19ca1cd91cf97777af8268a6136bd2e4648e18
+Subproject 886ff388fbbe8798e292431d824a5ff3c3458f4