From 8ffa21537971c44a892e9b0cff077885d8b482d4 Mon Sep 17 00:00:00 2001 From: Saurav Panda Date: Mon, 20 Apr 2026 17:55:20 -0700 Subject: [PATCH] Bump @sauravpanda/flare to 0.2.13 (lower peak load memory) --- examples/benchmark/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/benchmark/index.html b/examples/benchmark/index.html index e191c85..f088607 100644 --- a/examples/benchmark/index.html +++ b/examples/benchmark/index.html @@ -594,7 +594,7 @@

Comparison Charts

async function loadFlareEngine(config) { if (!flareLib) { log('Loading @sauravpanda/flare WASM from CDN...', 'info'); - const CDN = 'https://cdn.jsdelivr.net/npm/@sauravpanda/flare@0.2.12/pkg'; + const CDN = 'https://cdn.jsdelivr.net/npm/@sauravpanda/flare@0.2.13/pkg'; const wasmUrl = `${CDN}/flare_web_bg.wasm`; // Fetch the JS module source, patch the WASM URL, and load via blob