Working node-gyp

This commit is contained in:
dancoffman 2022-11-01 12:56:26 -07:00
parent d3465ec8d4
commit a581964b11
No known key found for this signature in database
GPG Key ID: 47B1F53E36A9B3CC
2 changed files with 12 additions and 0 deletions

1
bindings/node.js/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
build

View File

@ -0,0 +1,11 @@
{
'targets': [
{
'target_name': 'c-kzg',
'sources': [
'../../src/c_kzg_4844.c',
],
'include_dirs': [ '../../inc' ],
},
]
}