Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
napi: Fix two build issues when building with GCC (nodejs#70)
First, GCC doesn't seem to implement an interface keyword. Workaround here is to use struct instead of interface. This is nodejs/abi-stable-node#69 Second, GCC doesn't support the flavor of static_assert which takes a single parameter. Just added a second parameter message here.
- Loading branch information