Ze-Zheng Wu
Ze-Zheng Wu
Can anyone confirm whether the failing cases in this issue can still be reproducible in the latest version (v1.6.4)?
Yeah I don't think the issue caused by multiple instances are fixed. And there're still failing cases that I'm aware of even there is only one instance. This is a...
Speaking of IIFE, there're also cases where one can use IIFE to return a function that can be used in `useCallback` or `useEffect`. This is a [common functional pattern in...
Hi, @adamalfredsson, hope you're well. I'm the owner of [`zxing-wasm`](https://github.com/Sec-ant/zxing-wasm) which is an ES module WebAssembly build wrapper of an actively maintained cpp port of ZXing [`zxing-cpp`](https://github.com/zxing-cpp/zxing-cpp). `zxing-wasm` has smaller...
@adamalfredsson Sure! Given the different hints and the additional control of instantiation process of wasm, do you think we should add a new hook or reuse the current one with...