Closed 50U10FCA7 closed 1 year ago
Error handling in medea-e2e relying on fact the wasm-pack objects are marked with ptr field, but it was renamed to __wbg_ptr in https://github.com/rustwasm/wasm-bindgen/pull/3408
ptr
__wbg_ptr
Fix `browser::Client` WASM errors handling in `medea-e2e` crate (#118)
Error handling in medea-e2e relying on fact the wasm-pack objects are marked with
ptr
field, but it was renamed to__wbg_ptr
in https://github.com/rustwasm/wasm-bindgen/pull/3408