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
feat!: add wasm feature toggle to let parts of git-pack build on wasm32.
It's a breaking change because we also start using the `dep:` syntax for declaring
references to optional dependencies, which will prevent them from being automatically
available as features.
Besides that, it adds the `wasm` feature toggle to allow compiling to `wasm32` targets.
0 commit comments