Can I know somehow if the browser support wasm ? I...
# compose-web
r
Can I know somehow if the browser support wasm ? If not display a html screen ?
a
Copy code
import { gc } from "<https://unpkg.com/wasm-feature-detect?module>";
const wasmGCSupported = await gc()
r
Thanks, I'll take a look