Patch Changes
-
feat: support
__ElementFromBinary
(#1391) -
fix: crash on chrome<96 (#1361)
wasm-bindgen/wasm-bindgen#4211 (comment)
The rust toolchain enables WASM feature
reference types
by default.However this feature is not supported by chromium lower than version 96
Therefore we found a workaround for it.
In this implementation we detect if browser supports
reference types
first.If user's browser supported it, we load the wasm file with
reference types
on, otherwise we load the wasm file withreference types
off. -
Updated dependencies [
22ca433
,8645d12
,143e481
]:- @lynx-js/web-mainthread-apis@0.15.4
- @lynx-js/web-constants@0.15.4
- @lynx-js/web-worker-runtime@0.15.4
- @lynx-js/web-worker-rpc@0.15.4