First commit

This commit is contained in:
2025-12-25 11:03:04 +01:00
commit 2991a39094
27 changed files with 1513 additions and 0 deletions

12
binding.gyp Normal file
View File

@@ -0,0 +1,12 @@
{
'targets': [
{
'target_name': 'binding',
'sources': [ 'binding.cc' ]
},
{
'target_name': 'binding2',
'sources': [ 'binding2.cc' ]
}
]
}