Skip to content

Commit 6c9343f

Browse files
authored
Update runtime.mdx
1 parent 59f5fe2 commit 6c9343f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

pages/runtime.mdx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ To run a package, check out the [Getting Started](/runtime/get-started/) guide.
2727

2828
The Wasmer Runtime supports multiple backends, depending on your needs:
2929

30-
### Native backends:
30+
### Wasmer backends:
3131

3232
- **Singlepass**: A single-pass compiler for fast compilation times and low memory usage.
3333
- **Cranelift**: A fast compiler backend with a focus on compile times, and runtime performance.
@@ -37,4 +37,7 @@ The Wasmer Runtime supports multiple backends, depending on your needs:
3737

3838
- **Browser**: it allows running Wasmer fully in the browser (via `wasm-bindgen`).
3939
- **JavascriptCore**: it allows running Wasmer using the WebAssembly engine inside JavascriptCore
40-
- **V8** _(coming soon)_: it allows running Wasmer using the WebAssembly engine inside V8
40+
- **V8**: it allows running Wasmer using the WebAssembly engine inside V8 (can be run interpreter or with JIT)
41+
- **WAMR**: it allows running Wasmer using the WAMR interpreter
42+
- **wasmi**: it allows running the wasmi interpreter
43+

0 commit comments

Comments
 (0)