Amin Ya
Amin Ya
#8 should be merged first because it fixes a bug on Windows.
C bindings for such a library is important because other languages are not written in Rust. If the main functions can be identified, then I think cbindgen can be used.
Well, the issue is more than Cmake. The code itself uses Linux types identifiers such as `uint` which are not in standard c++. It uses some headers that are specific...
I need to try that. I guess it is a good idea to fix this in a pull request.
It is better to write a code that supports multiple platforms than saving 100KB of bandwidth. The library itself is [0.4KB](https://bundlephobia.com/[email protected]) which is nothing. If dynamic loading is used, that...
Inside Electron (Atom specifically) :electron: :atom:
Electron uses Chrome for rendering, but some of the API is not available there such as `fetch`. There are many `electron-react` templates which should do the job: https://github.com/diego3g/electron-typescript-react https://github.com/electron-react-boilerplate/electron-react-boilerplate I...
@tylervipond Yes. I will set up a branch and will let you know once it is ready.
I'm quite busy this week. I can make the branch in the coming weekend.
Sorry about this. I'll do it this weekend!