github lynx-family/lynx-stack @lynx-js/web-core@0.15.4

latest releases: @lynx-js/offscreen-document@0.1.4, @lynx-js/cache-events-webpack-plugin@0.0.2, @lynx-js/web-constants@0.16.0...
one month ago

Patch Changes

  • feat: support __ElementFromBinary (#1391)

  • fix: crash on chrome<96 (#1361)

    wasm-bindgen/wasm-bindgen#4211 (comment)

    WebAssembly/binaryen#7358

    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 with reference 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

Don't miss a new lynx-stack release

NewReleases is sending notifications on new releases.