mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-05 02:20:19 +00:00
Merge #1396
1396: Correct the backend name in README r=nlewycky a=satrobit The README mistakenly said LLVM when it was referring to the singlepass backend. It's just a simple doc fix. Co-authored-by: Amir Keshavarz <satrobit@users.noreply.github.com>
This commit is contained in:
commit
4711a1dfcf
@ -44,7 +44,7 @@ wasmer run program.wasm --backend=singlepass
|
||||
### Usage in Wasmer Embedded
|
||||
|
||||
If you are using Wasmer Embedded, you can specify
|
||||
the LLVM backend to the [`compile_with` function](https://docs.rs/wasmer-runtime-core/*/wasmer_runtime_core/fn.compile_with.html):
|
||||
the singlepass backend to the [`compile_with` function](https://docs.rs/wasmer-runtime-core/*/wasmer_runtime_core/fn.compile_with.html):
|
||||
|
||||
```rust
|
||||
use wasmer_singlepass_backend::SinglepassCompiler;
|
||||
|
Loading…
Reference in New Issue
Block a user