Rust wrapper for NodeJs N-API
The code is check-in in order to avoid dependency to LLVM.
This requires LLVM.
Code generation has been tested with LLVM 9 or greater. Older version may work but not guaranteed.
Run following shell command:
make generate
Which performs following: * Install required bindgen execution version * Generate src/binding.rs using bindgen binary
After testing, check-in generated code.