-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FLI-934] Investigate alternative node-ffi libraries #200
Comments
As an option trying to switch another fork like https://www.npmjs.com/package/@2060.io/ffi-napi |
We also get that with only node I guess https://koffi.dev/ or https://github.com/zhangyuang/node-ffi-rs/blob/master/README.md could be interesting. |
or the other options will be to used the WASM engine instead of the |
Yah I'm working on the wasm lib now. Very close just working out some kinks. |
Fixed in #255 |
@erka when trying to do the release and run
Seems there is a types mismatch. |
Actually, I think I may have fixed it here: https://github.com/flipt-io/flipt-client-sdks/compare/node-ffi-release can you give it 👀 ? |
See #191
It seems
node-ffi-api
is not compatible with Node v21+ (node-ffi-napi/node-ffi-napi#267)We should look into alternative ways to support node v21+ such as https://github.com/Koromix/koffi
FLI-934
The text was updated successfully, but these errors were encountered: