We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6d7a1a commit 42fbb66Copy full SHA for 42fbb66
src/blosc2/core.py
@@ -30,7 +30,7 @@
30
import blosc2
31
from blosc2 import blosc2_ext
32
33
-if blosc2.IS_WASM:
+if not blosc2.IS_WASM:
34
import cpuinfo
35
36
if TYPE_CHECKING:
0 commit comments