We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58ca248 commit 85c9e7cCopy full SHA for 85c9e7c
1 file changed
examples/benchmark/index.html
@@ -594,7 +594,7 @@ <h2>Comparison Charts</h2>
594
async function loadFlareEngine(config) {
595
if (!flareLib) {
596
log('Loading @sauravpanda/flare WASM from CDN...', 'info');
597
- 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';
598
const wasmUrl = `${CDN}/flare_web_bg.wasm`;
599
600
// Fetch the JS module source, patch the WASM URL, and load via blob
0 commit comments