Skip to content

Commit af04369

Browse files
committed
Add link to "Oxidizing Source Maps with Rust and WebAssembly" in CHANGELOG entry
1 parent 8647951 commit af04369

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
## 0.7.0
44

5-
* `SourceMapConsumer` now uses WebAssembly, and is **much** faster!
5+
* `SourceMapConsumer` now uses WebAssembly, and is **much** faster! Read about
6+
it here:
7+
https://hacks.mozilla.org/2018/01/oxidizing-source-maps-with-rust-and-webassembly/
68

79
* **Breaking change:** `new SourceMapConsumer` now returns a `Promise` object
810
that resolves to the newly constructed `SourceMapConsumer` instance, rather

0 commit comments

Comments
 (0)