You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am used to using NAPI-RS with Node, and was pleasantly surprised to see this project. I did see the mention this project is on hold. Understandable given this is probably a very low priority as well as used library. I ran across this while looking at FFI for Deno. Specifically I am looking to use TS as a control plane to a Rust API. I could websockets, but it makes way more sense to have a standard source API surface. I could use 8.1, but it would be a bit cumbersome given it does not support impl. I did try main and alpha, and I get errors returning Self from the constructor (README example). Assuming this project is on indefinite hold, is there another way I could accomplish this outside of modifying this codebase? I am not versed with syn.
The text was updated successfully, but these errors were encountered:
Hi, I also came across this repo a few months ago while trying to port a windowing library for Deno. I saw that the project has been inactive for a while and the type support is a bit limited, so I started a rewrite of this project.
For my use case I found that I can use https://github.com/napi-rs/napi-rs as Deno supports NAPI. I have not tried it yet, but the author of that project says it should work.
I am used to using NAPI-RS with Node, and was pleasantly surprised to see this project. I did see the mention this project is on hold. Understandable given this is probably a very low priority as well as used library. I ran across this while looking at FFI for Deno. Specifically I am looking to use TS as a control plane to a Rust API. I could websockets, but it makes way more sense to have a standard source API surface. I could use 8.1, but it would be a bit cumbersome given it does not support
impl
. I did try main and alpha, and I get errors returningSelf
from the constructor (README example). Assuming this project is on indefinite hold, is there another way I could accomplish this outside of modifying this codebase? I am not versed withsyn
.The text was updated successfully, but these errors were encountered: