fastcall icon indicating copy to clipboard operation
fastcall copied to clipboard

fastcall - Fast, dyncall based foreign function interface library for Node.js

Results 35 fastcall issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/33488131/78402391-65e0fb00-75f2-11ea-9623-97856ab5bfb0.png)

solved the instalation of fastcall by updating the cmake-js ``` npm install fastcall ``` now works

Log is full of errors similar to `no overloaded function takes 0 arguments` for everything `Nan` and `v8`. * Windows 10 * Node 12 * npm 6.14.4 I imagine your...

Hey! I just tried to install fastcall using node.js 12 and I get thrown the following error when compiling: ``` npm i fastcall npm WARN deprecated [email protected]: core-js@ [email protected] install...

Plan to update?

TODO

I followed cmake-js's readme to add compatibility with Electron, but get the following error: ``` Scanning dependencies of target ref [ 58%] Building CXX object deps/ref-cmake/CMakeFiles/ref.dir/__/ref/src/binding.cc.o /Users/kees/dev/cmake-js-electron-error/node_modules/fastcall/deps/ref/src/binding.cc:5:10: fatal error: 'node.h'...

TODO

as title says, this works in ffi mode ```javascript const MyStruct = RefStruct({a: 'int', b:'int'}); const PtrMyStruct = ref.refType(MyStruct); const MyLib = ffi.Library('mylib.dll',{ setCB:['void', ['pointer']], //...other things }); let myCB...

Hi, first of all, congratulations to the developers for the great work. Any plans to make it compatible with NW.js?

Hi, thanks to the developers, I found fastcall very convenient to use, it's a greate lib. But I encoutered a strange issue recently. I'm using fastcall on win10 to invoke...

Hi, thanks for this nice library. I just tried it, but the build process fails with some missing headers, so I had to fix two cmake files 1) `npm install...

help wanted