Skip to content

ogg-opus-decoder/1.3.6

Compare
Choose a tag to compare
@eshaz eshaz released this 22 May 21:31
3c7a2aa

What's Changed

Full Changelog: ogg-opus-decoder/1.3.5...ogg-opus-decoder/1.3.6

Fixes

  • Replace class with function 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.