Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ije committed Feb 24, 2024
1 parent 68e7231 commit affb035
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ const tree = mdToJSON("Stay _foolish_, stay **hungry**!");

md4w provides two webassembly binary files:

- `md4w-fast.wasm`: Faster but larger binary file. (270KB gzipped)
- `md4w-small.wasm`: Smaller but slower binary file. (27KB gzipped)
- `md4w-fast.wasm`: Faster but larger binary file. (**270KB** gzipped)
- `md4w-small.wasm`: Tiny but slower binary file. (**27KB** gzipped)

By default, md4w uses the `md4w-fast.wasm` binary from file system, uses the `md4w-small.wasm` binary from CDN. You can also specify the wasm file by adding the `wasmMode` option.

Expand Down

0 comments on commit affb035

Please sign in to comment.