-
Notifications
You must be signed in to change notification settings - Fork 944
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
Deprecate stdweb support? #1662
Comments
Looks like we're not the only ones: sebcrozet/kiss3d#241 I'd favor outright removing it, unless you believe it'd be very upsetting to users. I don't think we should have support for things we don't actually support, since then we'd have to document "this is the worse backend that we care less about, so you probably shouldn't use it", which would really raise the question of why it's included in the first place. |
Frankly I don't really care about +1 on removing it, personally. Would you consider looking for more outside opinion (e.g. on users.rust-lang and r/rust)? |
(In reply to #1704 (comment))
I can't tell exactly how many people are using the I scanned through the search result and it seems like A/B Street is the only project on github that actually is using I wouldn't say migrating from |
The developers of A/B Street doesn't mind migrating to |
I'm having a little trouble merging all of the different tutorials for working with |
It makes sense that I have several test project setups for wasm-pack which all have different issues (mostly with ergonomics). But whatever you do you need to make a |
|
We're currently on the hook for maintaining two different web backends, and I'm not sure how much sense that makes going forward.
Supporting both
stdweb
andweb-sys
made sense when the web backend was created, because they were both actively developed projects with no clear 'better' choice. I'm not sure it makes sense going forward, given stdweb hasn't had a commit merged in around 10 months, including various PRs that have been piling up.Additionally, contributions from downstream users (the lifeblood of the web backend, now that I'm too busy to actively develop it) don't always support
stdweb
(see #1659, #1652)I see two possible paths forward:
web-sys
backend, lettingstdweb
fall out of feature paritystdweb
support in the next breaking changeThe text was updated successfully, but these errors were encountered: