Skip to content
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

WASI tokio ntex-rt implementation #194

Closed
zzau13 opened this issue Apr 2, 2023 · 3 comments
Closed

WASI tokio ntex-rt implementation #194

zzau13 opened this issue Apr 2, 2023 · 3 comments

Comments

@zzau13
Copy link
Contributor

zzau13 commented Apr 2, 2023

I was bored and was looking to implement rpc in wasm to use them over legacy modules in nodejs. I think it would not be difficult to implement in ntex-rt, it basically has the same interface, https://crates.io/crates/wasi-tokio . If you give me the ok, I can do it

@fafhrd91
Copy link
Member

fafhrd91 commented Apr 3, 2023

I wouldn't mind, but problem is that is increases maintenance burden. I would prefer to find out way how we can extract rt integrations to separate crates so each integration could be maintained separately

@fakeshadow
Copy link
Contributor

fakeshadow commented Apr 3, 2023

It's better to follow the progression of std::os::wasi instead of using some fork of tokio. rushing to support a not yet finalized standard is not a bright idea.

@zzau13
Copy link
Contributor Author

zzau13 commented Apr 3, 2023

Ok, much better. Thanks! I close that

@zzau13 zzau13 closed this as completed Apr 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants