mpg123-decoder/0.3.9
What's Changed
Full Changelog: mpg123-decoder/0.3.8...mpg123-decoder/0.3.9
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.