Skip to content

Releases: leehack/llama-web-bridge

v0.1.7

28 Feb 20:18
0d6bb88

Choose a tag to compare

WebGPU bridge update: llama.cpp b8157 baseline plus embedding APIs (embed/embedBatch).\n\nPublished assets: leehack/llama-web-bridge-assets@v0.1.7

v0.1.5

27 Feb 01:07

Choose a tag to compare

What changed

  • Add resilient large-model web loading in the bridge runtime, including streamed staging with resume/retry support and redirect-aware remote URL handling.
  • Enable pthread-capable bridge builds and ship a dedicated worker entry so fetch-backed loading works in cross-origin-isolated browser contexts.
  • Add wasm64 build support improvements (memory64 options, 12 GiB default cap, wasmfs fetch patch) and update build/runtime documentation.

Note

  • This release is intended to align downstream asset versioning with the existing llama-web-bridge-assets sequence.

v0.1.2

27 Feb 01:03

Choose a tag to compare

What changed

  • Add resilient large-model web loading in the bridge runtime, including streamed staging with resume/retry support and redirect-aware remote URL handling.
  • Enable pthread-capable bridge builds and ship a dedicated worker entry so fetch-backed loading works in cross-origin-isolated browser contexts.
  • Add wasm64 build support improvements (memory64 options, 12 GiB default cap, wasmfs fetch patch) and update build/runtime documentation.

v0.1.1

13 Feb 16:38

Choose a tag to compare

Add bridge-owned CI and asset publishing workflows with validated emsdk setup.

v0.1.0

13 Feb 16:04

Choose a tag to compare

Initial public release of llama-web-bridge source (CMake, core bridge, JS runtime).