From a7e45bed6148841f6d37871f05ca3eda602bc7d4 Mon Sep 17 00:00:00 2001 From: jtuu Date: Mon, 1 Jun 2020 01:27:53 +0300 Subject: [PATCH] Added information about prs-rs in the readme. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index b1dc21aa..461b9ed2 100644 --- a/README.md +++ b/README.md @@ -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).