Proper array typemaps in Javascript
https://github.com/swig/swig/issues/865
This commit is contained in:
parent
a699944c95
commit
cf7811b178
9 changed files with 115 additions and 125 deletions
9
Examples/javascript/array/binding.gyp.in
Normal file
9
Examples/javascript/array/binding.gyp.in
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"targets": [
|
||||
{
|
||||
"target_name": "example",
|
||||
"sources": [ "example_wrap.cxx" ],
|
||||
"include_dirs": ["$srcdir"]
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue