diff --git a/pages/runtime/features.mdx b/pages/runtime/features.mdx index 7310616..56609f4 100644 --- a/pages/runtime/features.mdx +++ b/pages/runtime/features.mdx @@ -74,12 +74,12 @@ Wasmer features: ## Backend support by Chipset -| | x86_64 | arm64 | x86 | RISC-V | -| -------------- | ------ | ----- | --- | ------ | -| Cranelift | ✅ | ✅ | ✅ | ✅ | -| LLVM | ✅ | ✅ | ✅ | ✅ | -| Singlepass | ✅ | ✅ | ❌ | ❌ | -| V8 | ✅ | ✅ | ✅ | ✅ | -| Wasmi | ✅ | ✅ | ✅ | ✅ | -| JavascriptCore | ✅ | ✅ | ✅ | ❌ | -| Browser | ✅ | ✅ | ✅ | ✅ | +| | x86_64 | arm64 | x86 | RISC-V 64-bit | RISC-V 32-bit | +| -------------- | ------ | ----- | --- | ------------- | ------------- | +| Cranelift | ✅ | ✅ | ✅ | ✅ | ✅ | +| LLVM | ✅ | ✅ | ✅ | ✅ | ✅ | +| Singlepass | ✅ | ✅ | ❌ | ❌ | ❌ | +| V8 | ✅ | ✅ | ✅ | ✅ | ✅ | +| Wasmi | ✅ | ✅ | ✅ | ✅ | ✅ | +| JavascriptCore | ✅ | ✅ | ✅ | ❌ | ❌ | +| Browser | ✅ | ✅ | ✅ | ✅ | ✅ | \ No newline at end of file