We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a428e3a + 6d12b8e commit e55c9c2Copy full SHA for e55c9c2
pages/runtime/features.mdx
@@ -74,12 +74,12 @@ Wasmer features:
74
75
## Backend support by Chipset
76
77
-| | x86_64 | arm64 | x86 | RISC-V |
78
-| -------------- | ------ | ----- | --- | ------ |
79
-| Cranelift | ✅ | ✅ | ✅ | ✅ |
80
-| LLVM | ✅ | ✅ | ✅ | ✅ |
81
-| Singlepass | ✅ | ✅ | ❌ | ❌ |
82
-| V8 | ✅ | ✅ | ✅ | ✅ |
83
-| Wasmi | ✅ | ✅ | ✅ | ✅ |
84
-| JavascriptCore | ✅ | ✅ | ✅ | ❌ |
85
-| Browser | ✅ | ✅ | ✅ | ✅ |
+| | x86_64 | arm64 | x86 | RISC-V 64-bit | RISC-V 32-bit |
+| -------------- | ------ | ----- | --- | ------------- | ------------- |
+| Cranelift | ✅ | ✅ | ✅ | ✅ | ✅ |
+| LLVM | ✅ | ✅ | ✅ | ✅ | ✅ |
+| Singlepass | ✅ | ✅ | ❌ | ❌ | ❌ |
+| V8 | ✅ | ✅ | ✅ | ✅ | ✅ |
+| Wasmi | ✅ | ✅ | ✅ | ✅ | ✅ |
+| JavascriptCore | ✅ | ✅ | ✅ | ❌ | ❌ |
+| Browser | ✅ | ✅ | ✅ | ✅ | ✅ |
0 commit comments