UNPKG

274 BMarkdownView Raw
1# @rollup/plugin-wasm ChangeLog
2
3## v4.0.0
4
5_2020-05-02_
6
7### Breaking Changes
8
9- fix: work with service workers (#334)
10
11## 3.0.0
12
13_2018-02-17_
14
15### Breaking Changes
16
17- A function is now imported instead of the module.
18
19### Features
20
21- feat: simplify wasm imports (ace7b2a)