Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/LinusU/swift-napi-bindings
https://github.com/LinusU/swift-napi-bindings
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/LinusU/swift-napi-bindings
- Owner: LinusU
- License: mit
- Created: 2019-02-12T18:40:25.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-27T16:53:43.000Z (over 4 years ago)
- Last Synced: 2024-11-02T03:50:54.059Z (11 days ago)
- Language: C
- Size: 37.1 KB
- Stars: 29
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# N-API Swift Bindings
This package provides bindings to the [Node.js N-API](https://nodejs.org/api/n-api.html) so that you can build Node.js Addons in Swift.
**Note:** This is very much a work in progress, expect the API to change drastically between versions! I'll be adding documentation for how to get up and running, and building addons soon™
See some simple examples here: [LinusU/swift-node-addon-examples](https://github.com/LinusU/swift-node-addon-examples)