Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hardfist/binding-mono
https://github.com/hardfist/binding-mono
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/hardfist/binding-mono
- Owner: hardfist
- Created: 2022-09-07T11:11:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-08T10:15:03.000Z (over 2 years ago)
- Last Synced: 2024-12-06T12:13:43.887Z (about 1 month ago)
- Language: JavaScript
- Size: 43 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# binding demo
如何同时处理serde和napi的binging问题,减小config的处理流程
* binding: node-js binding只负责 CompilerOptions的binding
* cli: 负责js的normalize,传给binding的结果是已经normalize的bindingConfig
* core: rust侧读取配置文件,normalize的过程交给 serde 完成
* binding_options: 同时提供serde binding和napi binding