-
Notifications
You must be signed in to change notification settings - Fork 633
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
Add MessagePack's encode and decode #2194
Comments
This would be pretty huge for socketio/socket.io-deno#7. It looks like https://deno.land/x/[email protected] does exist, but having this be part of std would be really nice. Does this make sense to go in encoding? |
It'd be also worth considering using rust implementation via wasm |
Could be a pretty huge selling point over /x/msgpackr... I don't plan on picking this up right now, but I might get back to it in a few ~weeks-months if no one else picks this up. |
... |
@iuioiua I know recently you've been against wasm modules in std. Thoughts on this one? |
I was previously against a Wasm implementation of On the other hand, the Wasm implementation of I'm unfamiliar with MessagePack. Either way, I'd urge any possible implementor to consider whether a Wasm implementation is worth the added complexity or can be done well enough with just TypeScript, which would be far simpler. |
IMO the main advantage of |
👍👍 |
Just finished the decode implementation and writing some tests. Will open a PR with both encode + decode later today. |
Is your feature request related to a problem? Please describe.
encode or decode MessagePack
Describe the solution you'd like
Describe alternatives you've considered
The text was updated successfully, but these errors were encountered: