deps: update to [email protected]
Still a way to go, but it's progress.
Confirmed this resolves https://github.com/rustwasm/walrus/issues/261.
I can also confirm that my code (an expanded version of #261) works with this PR - thank you for working on this fix!
@guybedford Do you have an estimate for how long it might take to complete and merge this fix?
@juntyr sorry I don't, it's hard to prioritise right now, but I will always try to make time for review here.
0.21.0 is now released thanks to @lwshang in https://github.com/rustwasm/walrus/pull/266.
With https://github.com/bytecodealliance/wasm-tools/pull/1628 (released in 0.212), wasm-encoder can now handle some mini-walrus usecases (e.g. tiny modifications on an existing wasm binary) - obviously walrus is still an excellent choice for anything more complex
That looks really great. I also wonder if we could even reimplement the Walrus API around that reencoder model.