Implement all Expr unmarshalling (untested). Put wordsize logic in constants.ts. Some README additions.

This commit is contained in:
John J. Camilleri
2021-10-08 12:39:42 +02:00
parent 15e3ca9acd
commit a27cf6a17b
5 changed files with 178 additions and 28 deletions

View File

@@ -30,3 +30,12 @@ npm run build
```
npm run test
```
## Known issues
There is a known issue with random crashes with Node 14 and 16 on macOS. See here:
- https://github.com/nodejs/node/issues/32463
- https://github.com/node-ffi-napi/node-ffi-napi/issues/97
- https://github.com/node-ffi-napi/ref-napi/issues/47
It seems to work with Node 12 on macOS, as well as on other platforms.