-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Request to release a new version of web-sys #3530
Comments
I would have liked to fix #3483 first, but unfortunately we don't seem to have the time. @stephanemagnenat if you replicate #3475 it would help to get a release now instead of later. |
@daxpedda thanks for the fast answer. Is there a script to bump minor versions, or is it a manual process so far? |
AFAIK a manual process. It should be straightforward with a couple of search-and-replace. |
Hi, A release would be great. Is there any ETA for this ? Thanks |
There is none AFAIK. You can get the process started by replicating #3475. |
Ok i'll try. Should i follow this process ? https://rustwasm.github.io/docs/wasm-bindgen/contributing/publishing.html |
If you just scroll up and look at the earlier discussion you will find all your answers.
I've done it manually so far because I didn't know about this tool, feel free to try it though. |
@daxpedda do you have permissions to make a release? I was thinking of setting up a GitHub actions workflow for it, but I don't have the permissions on crates.io and a secret needs be added before publishing can be done |
I do not, but the way it worked until now is to set everything up and ping Alex Crichton. |
Well I'm trying manually but its not as easy as it seems. How do you get this value "APPROVED_SCHEMA_FILE_HASH" ? |
You can run this test to see what the value is supposed to be: wasm-bindgen/crates/shared/src/schema_hash_approval.rs Lines 13 to 16 in bfe644f
|
In the meantime, the schema was already bumped in #3651. |
Just to let you know, I haven't had the time to take care of it yet, and I probably won't next week either. |
Motivation
I need
WorkerGlobalScope.performance
for adding timing support in web workers in Rust CV.Proposed Solution
A new minor release.
The text was updated successfully, but these errors were encountered: