0.6.0
0.6.0
Added
- Can now supply a callback to
createEncoder()
to get the compiledWebAssembly.Module
- Support for ESM modules in Node
Changed
- Reduced JS size by about 40%
- Reduced LAME WASM size by about 4%
- Reduced OGG WASM size by about 3%
Fixed
- Fixed an issue where encoding large buffers would return a detached
ArrayBuffer
. - Bundling with webpack v4 no longer pulls in a
Buffer
polyfill.