Brian Anderson

Results 207 issues of Brian Anderson

https://github.com/brson/wasm-opt-rs/pull/151 added a second input wasm file to the conformance-tests, but used it in just one dwarf test. We should instead run all the tests over both input wasms.

conformance-tests are not part of the workspace, so the existing CI rules don't check the formatting.

Related to https://github.com/brson/wasm-opt-rs/issues/104. I still am unconvinced to implement that because it makes the code a bit uglier, and the patterns we are using now work for us. We could...

In https://github.com/brson/wasm-opt-rs/issues/95 dtolnay provides a better shim pattern for dealing with non-const-correct APIs. It is a breaking change and needs to wait for a major version bump.

In the w3f m1 evaluation, @lucasvanmaul discovered that running `cargo tarpaulin` on the project causes a segfault. https://github.com/w3f/Grant-Milestone-Delivery/blob/master/evaluations/wasm-opt-rust_1_lucasvanmol.md

`wasm-opt` accepts a shorthand that combines both `--feature-name` and `--pass-arg`.

- https://github.com/paritytech/cargo-contract - Substrate wasm builder - https://github.com/paritytech/substrate/tree/master/utils/wasm-builder - https://github.com/rustwasm/wasm-pack - NEAR - Stellar Soroban - Cosmos

https://github.com/tigerbeetle/tigerbeetle/pull/2036 fixed the test_min build, but it shouldn't have broken in the first place. Add CI to build the main tigerbeetle bin in this configuration. I am not sure offhand...

enhancement
help wanted

re https://github.com/tigerbeetle/tigerbeetle/pull/2036 In many error messages we display byte units (MiB, KiB, etc.). Sometimes these units are displayed differently based on the compile-time configuration (see https://github.com/tigerbeetle/tigerbeetle/pull/2036/files#diff-104744d347a9d7ea7a7e958f254327603a52f6e79517adbdba9950e8af779c97R499). This code is becoming...

enhancement
help wanted
good first issue