File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments