Skip to content
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 wasm-opt-for-rust-maintenance-9 #995

Merged
merged 1 commit into from
Sep 5, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions maintenance_deliveries/wasm-opt-for-rust-maintenance-9.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Maintenance Delivery :mailbox:

**The [invoice form :pencil:](https://docs.google.com/forms/d/e/1FAIpQLSfmNYaoCgrxyhzgoKQ0ynQvnNRoTmgApz9NrMp-hd8mhIiO0A/viewform) has been filled out correctly for this delivery**

* **Application Document:** https://github.com/w3f/Grants-Program/blob/master/applications/maintenance/wasm-opt-for-rust.md
* **Delivery Number:** 9
* **Delivery Date:** 2023/09/04


**Context**

We merged a big bugfix contribution -
we weren't running any of the binaryen DWARF passes at all,
and received a contribution to build, run and test them.
We released wasm-opt crate 0.114.1 with that fix.
We helped ink developers with a regression regarding sign-extension.
We continued working with upstream binaryen on Unicode fixes.

**Deliverables**

Note: a full hourly accounting of work performed is included with the invoice.

| Number | Deliverable | Link | Notes |
| ------------- | ------------- | ------------- |------------- |
| 1. | Discussion about the wasm sign-extension feature | https://github.com/paritytech/cargo-contract/issues/1239#issuecomment-1673837119 | |
| 2. | PR to compile the binaryen DWARF passes | https://github.com/brson/wasm-opt-rs/pull/151 | |
| 3. | wasm-opt 0.114.1 | https://crates.io/crates/wasm-opt/0.114.1 | |
| 4. | Discussion of C++ build caching | https://github.com/brson/wasm-opt-rs/issues/148#issuecomment-1701536008 | |
| 5. | Continued work on binaryen Unicode support | https://github.com/WebAssembly/binaryen/pull/5671#issuecomment-1701621675 | |

**Additional Information**

N/A
Loading