Skip to content

Commit

Permalink
Merge pull request #27 from wasmi-labs/rf-update-readme-runtime-configs
Browse files Browse the repository at this point in the history
Add missing runtime configs to readme
  • Loading branch information
Robbepop authored Mar 2, 2025
2 parents 62a0b10 + daabcf3 commit 851553e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ The following Wasm runtimes and configurations are included.
| [Wasmi v0.32] | `wasmi-v0.32` | `eager`, `eager.unchecked`, `lazy`, `lazy.unchecked`, `lazy-translation` | New Wasmi Wasm interpreter version with major updates. |
| [Tinywasm] | `tinywasm` | | Very tiny zero-dependencies Wasm interpreter. |
| [Wasm3] | `wasm3` | `eager`, `lazy` | A very fast well-established Wasm interpreter. |
| [Wasmtime] | `wasmtime` | `cranelift`, `winch` | Well established Wasm JIT runtime with cutting edge Wasm features. Winch only works on `x86` platforms. |
| [Wasmer] | `wasmer` | `cranelift`, `singlepass` | Universal Wasm JIT runtime with many bindings to other language ecosystems. |
| [Wasmtime] | `wasmtime` | `cranelift`, `winch`, `pulley` | Well established Wasm JIT runtime with cutting edge Wasm features. Winch only works on `x86` platforms. |
| [Wasmer] | `wasmer` | `cranelift`, `singlepass`, `wamr` | Universal Wasm JIT runtime with many bindings to other language ecosystems. |
| [Stitch] | `stitch` | | New experimental and very fast zero-dependencies Wasm interpreter. |

Ideally we had more Wasm runtimes, e.g. [WAMR], [Toywasm] and [Wain] but those had no proper Rust bindings or sufficiently flexible APIs respectively.
Expand Down

0 comments on commit 851553e

Please sign in to comment.