You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This uses a build script to enable the `wasm_js` backend when the
target is exactly `wasm32-unknown-unknown` and the `wasm` feature
of `gix-diff` is enabled.
The recently added step in the CI `wasm` job to enable it for
subsequent steps of that job is accordingly removed.
If successful, this creates a situation roughly similar to what we
had before: authors of crates that use `gix-diff` will not have to
set anything, beyond enabling the `wasm` feature. I don't know if
that is ideal or not; see discussion in #2092. However, it seems
like it is at least as good as how `gix-diff` used `getrandom` 0.2.
0 commit comments