instruction update

This commit is contained in:
Aliaksei Chapyzhenka 2022-03-28 12:41:42 -07:00
parent 589a13178b
commit 6a8f337f16

View File

@ -63,8 +63,23 @@ myStream.pipe(inst);
## Test
### Build / Test Napi version
```
npm i
npm run mocha_napi
```
### Build / Test Wasm version
```
make
npm run mocha_wasm
```
### Test all
```
npm test
```