opus-decoder/0.4.3
What's Changed
Full Changelog: opus-decoder/0.4.2...opus-decoder/0.4.3
Fixes
- Replace
class
withfunction
for better minifier support. Fixes problem where bundler polyfills for ES6 classes broke web worker serialization, (i.e. create-react-app and other mainstream frameworks). - Fix makefile intermittent permissions issues when running node source from emsdk.
- Only cache the compiled WASM module rather than the instance.