mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-03 03:08:22 +00:00
fix(docs): Minor changes to api crate README
This commit is contained in:
@@ -54,11 +54,11 @@ Wasmer is not only fast, but also designed to be *highly customizable*:
|
||||
* [`wasmer-compiler-llvm`] provides a deeply optimized executable
|
||||
code with the fastest runtime speed, ideal for production.
|
||||
|
||||
* **Pluggable interpreters** (experimental) - [`wamr`], a feature provided by
|
||||
the `wasmer` crate, provides binding to the interpreter provided by
|
||||
* **Pluggable interpreters** (experimental) - `wamr`, a feature provided by
|
||||
the `wasmer` crate, provides binding to the interpreter provided by
|
||||
[`WAMR`](https://github.com/bytecodealliance/wasm-micro-runtime). More
|
||||
informations about this experimental backend can be found in the [dedicated
|
||||
documentation](docs/en/wamr.md).
|
||||
documentation](/docs/en/wamr.md).
|
||||
|
||||
|
||||
* **Headless mode** — Once a WebAssembly module has been compiled, it
|
||||
|
||||
Reference in New Issue
Block a user