You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: playground/src/index.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ <h1>wasm-vips playground</h1>
32
32
This is a playground for experimenting with wasm-vips, written by <ahref="https://kleisauke.nl/">Kleis Auke Wolthuizen</a>.
33
33
</p>
34
34
<p>
35
-
All embedded demos are intended to run in the browser that supports <ahref="https://webassembly.org/features/">WebAssembly SIMD</a>.
35
+
All embedded demos are intended to run in the browser that supports <ahref="https://caniuse.com/wasm-simd">WebAssembly SIMD</a> and <ahref="https://caniuse.com/wf-wasm-exception-handling">WebAssembly Exception Handling</a>.
36
36
This is present on most major browser engines and is part of <ahref="https://web.dev/baseline/2023">Baseline 2023</a>.
0 commit comments