-
Notifications
You must be signed in to change notification settings - Fork 82
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 wechat development tools #175
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you. Could you capitalise Gleam too please
README.md
Outdated
@@ -220,6 +221,7 @@ Looking for something to build? Check out [the suggestions list][suggestions]. | |||
- [gleam_javascript](https://github.com/gleam-lang/javascript) - [📚](https://hexdocs.pm/gleam_javascript/) - Work with JavaScript types and values in Gleam | |||
- [javascript_dom_parser](https://github.com/lpil/javascript-dom-parser) - [📚](https://hexdocs.pm/javascript_dom_parser/) - Bindings to the JavaScript DOMParser API | |||
- [plinth](https://github.com/Crowdhailer/plinth) - [📚](https://hexdocs.pm/plinth/) - Bindings to Node.js and browser platform APIs | |||
- [weapp](https://github.com/kaiwu/weapp) - [📚](https://hexdocs.pm/weapp/) - gleam bindings for wechat miniprogram, a.k.a weapp |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This package runs on JS but I don't think it's about JS, so a different category would be best
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for clearing out, but it is about as much JavaScript as plinth
does. See plinth
provides bindings to node.js and browser environment so that applications can be written with gleam there. It's exactly the same scenario as weapp
provides bindings to wechat miniprogram so that applications can be written with gleam there too. That's how i can land the categories.
Just rebased the needed fix on upstream.
Have a nice day
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should I do another publish to hex.pm so that it aligns with gleam run
?
More info about wechat miniprogram on wiki, basically it's another JS runtime which wraps up many of its own functionalities. It's a popular way of delivering cross platform (iOS/Android) apps because everybody has wechat
add wechat development tools
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you
wechat miniprogram is a grand app market in China, gleam's JavaScript interoperability makes it an excellent and happy platform to work with