UNPKG

rx-player

Version:
7 lines (6 loc) 251 B
/** * If `true` the current environment support known WebAssembly API to * instantiate a WebAssembly module. */ const hasWebassembly = typeof WebAssembly === "object" && typeof WebAssembly.instantiate === "function"; export default hasWebassembly;