Skip to content

Commit

Permalink
Merge branch 'feat-rename-jit-engine' of github.com:Hywan/wasmer into…
Browse files Browse the repository at this point in the history
… feat-rename-jit-engine
  • Loading branch information
Hywan committed May 27, 2021
2 parents 2e371b5 + 9ecd273 commit 6f43067
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/engine_headless.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
//!
//! Once a Wasm module is compiled into executable code and stored
//! somewhere (e.g. in memory with the Universal engine, or in a native
//! object with the native engine), the module can be instantiated and
//! shared object file with the native engine), the module can be instantiated and
//! executed. But imagine for a second the following scenario:
//!
//! * Modules are compiled ahead of time, to be instantiated later
Expand Down
2 changes: 1 addition & 1 deletion lib/c-api/src/wasm_c_api/engine.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ impl Default for wasmer_compiler_t {
#[repr(C)]
#[allow(non_camel_case_types)]
pub enum wasmer_engine_t {
/// Variant to represent the universal engine. See the
/// Variant to represent the Universal engine. See the
/// [`wasmer_engine_universal`] Rust crate.
UNIVERSAL = 0,

Expand Down
2 changes: 1 addition & 1 deletion lib/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ The Wasmer supports the following features:
* `cranelift`: support for the [Cranelift compiler].
* `llvm`: support for the [LLVM compiler].

[Universal Engine]: https://github.com/wasmerio/wasmer/tree/master/lib/engine-universal/
[Universal engine]: https://github.com/wasmerio/wasmer/tree/master/lib/engine-universal/
[Native Engine]: https://github.com/wasmerio/wasmer/tree/master/lib/engine-native/
[WASI]: https://github.com/wasmerio/wasmer/tree/master/lib/wasi/
[Emscripten]: https://github.com/wasmerio/wasmer/tree/master/lib/emscripten/
Expand Down

0 comments on commit 6f43067

Please sign in to comment.