-
Notifications
You must be signed in to change notification settings - Fork 55
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 support for deno ? #25
Comments
This seems like a good idea. It is worth noting that deno doesn't have support for native modules, so the performance boost from msgpackr-extract wouldn't be available. But, I still could change the modules to be ESM modules (especially since Node 10 is EOL now), so they would work in Deno. |
https://deno.land/manual/getting_started/webassembly |
Yes, I am working on it! |
I have fully upgraded msgpackr to using ESM format for all modules now, so all the modules (at least the ones that aren't specific to node streams) should be available for use in Deno (you could reference through standard git protocol): |
thanks , you can publish it to deno.land , so more deno user can find it see image below |
ok, published it, thank you! |
deno is very good , can I use msgpackr in deno ?
The text was updated successfully, but these errors were encountered: