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 b22c8c1 commit d91a614Copy full SHA for d91a614
pages/runtime/features.mdx
@@ -10,6 +10,8 @@ Wasmer supports many different backends, depending on your needs:
10
- _Cranelift_: normal compilation times, good performance
11
- _LLVM_: slow compilation times, great performance
12
* Other Runtimes:
13
+ - _V8_: ideal for iOS, Android and development.
14
+ - _Wasmi_: ideal for iOS, or any environment where only interpreters can run.
15
- _JavascriptCore_: ideal for macOS. See [announcement](https://wasmer.io/posts/wasmer-3_3-and-javascriptcore)
16
- _Browser_: to target the web
17
0 commit comments