Skip to content

Commit f9fdd98

Browse files
palozanotheduke
authored andcommitted
Update runtime.mdx
Some re-wording and punctuation.
1 parent 0af8807 commit f9fdd98

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pages/runtime.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ The Wasmer Runtime supports multiple backends, depending on your needs:
3636
### Integration backends:
3737

3838
- **Browser**: it allows running Wasmer fully in the browser (via `wasm-bindgen`).
39-
- **JavascriptCore**: it allows running Wasmer using the WebAssembly engine inside JavascriptCore
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
39+
- **JavascriptCore**: it allows running Wasmer using the WebAssembly engine inside JavascriptCore.
40+
- **V8**: it allows running Wasmer using the WebAssembly engine inside V8 (can be run as an interpreter with JIT).
41+
- **WAMR**: it allows running Wasmer using the WAMR interpreter.
42+
- **wasmi**: it allows running the wasmi interpreter.
4343

0 commit comments

Comments
 (0)