@opendocument/odr-core 0.0.0 → 6.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/odr-core.wasm +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -76,7 +76,7 @@ where `Symbol.dispose` is supported.
|
|
|
76
76
|
## Hosting
|
|
77
77
|
|
|
78
78
|
- Serve `.wasm` as `application/wasm`, or the browser cannot stream-compile it.
|
|
79
|
-
- **Enable brotli.** It takes the module from
|
|
79
|
+
- **Enable brotli.** It takes the module from 2.9 M to about 830 K — worth more
|
|
80
80
|
than every code-size flag put together. Hosts that only gzip land at ~1.2 M.
|
|
81
81
|
- No COOP/COEP headers needed. The build is deliberately single-threaded so
|
|
82
82
|
that a plain static host, GitHub Pages included, is enough.
|
package/odr-core.wasm
CHANGED
|
Binary file
|