Skip to content

Commit 85c9e7c

Browse files
authored
Bump @sauravpanda/flare to 0.2.13 (lower peak load memory) (#312)
1 parent 58ca248 commit 85c9e7c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/benchmark/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,7 @@ <h2>Comparison Charts</h2>
594594
async function loadFlareEngine(config) {
595595
if (!flareLib) {
596596
log('Loading @sauravpanda/flare WASM from CDN...', 'info');
597-
const CDN = 'https://cdn.jsdelivr.net/npm/@sauravpanda/flare@0.2.12/pkg';
597+
const CDN = 'https://cdn.jsdelivr.net/npm/@sauravpanda/flare@0.2.13/pkg';
598598
const wasmUrl = `${CDN}/flare_web_bg.wasm`;
599599

600600
// Fetch the JS module source, patch the WASM URL, and load via blob

0 commit comments

Comments
 (0)