ogg-opus-decoder/1.3.6
What's Changed
Full Changelog: ogg-opus-decoder/1.3.5...ogg-opus-decoder/1.3.6
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.