Added information about prs-rs in the readme.

This commit is contained in:
jtuu 2020-06-01 01:27:53 +03:00
parent 6cb6be92d7
commit a7e45bed61

View File

@ -79,3 +79,9 @@ editor to use the ESLint/Prettier configuration.
### Production Build
Create an optimized production build with `yarn build`.
### Optional Modules
### prs-rs
Provides faster PRS routines using WebAssembly. Build for WebPack with `yarn build_prs_rs_browser`. Build for Jest with `yarn build_prs_rs_testing`. Building requires [wasm-pack](https://github.com/rustwasm/wasm-pack).