@utilslib/web/SUPPORTS_WEB_ASSEMBLY
SUPPORTS_WEB_ASSEMBLY
函数签名
typescript
function SUPPORTS_WEB_ASSEMBLY() { ... }点击查看源码
js
/** 支持 WebAssembly */
export const SUPPORTS_WEB_ASSEMBLY = typeof WebAssembly !== "undefined";ts
/** 支持 WebAssembly */
export const SUPPORTS_WEB_ASSEMBLY = typeof WebAssembly !== "undefined";如有错误,请提交issue :::