Skip to content
This repository has been archived by the owner on Jul 16, 2020. It is now read-only.

Commit

Permalink
wasmtime-basic: fix README
Browse files Browse the repository at this point in the history
The README mentions compiling to WASI compliant WASM but the demo
doesn't use WASI.
  • Loading branch information
steveej authored and npmccallum committed Aug 21, 2019
1 parent aa66220 commit 509084c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ Programs for demonstrating the Enarx subcomponents and eventually their synergy.
A demonstration of running encrypted code in an SEV VM.

## Wasmtime Basic
Compiling Rust/C/C++ programs to WASI-compliant WASM and running it natively using a Rust-powered JIT.
Compiling either a C or Rust program to WASM and running it natively using a Rust-powered JIT.
2 changes: 1 addition & 1 deletion wasmtime-basic/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Wasmtime Basic Demo

This is an example crate demonstrating how Enarx may use Wasmtime, a Rust-powered JIT, to natively run programs from several different source languages (Rust/C/C++) compiled to WASI-compliant WASM.
This is an example crate demonstrating how Enarx may use Wasmtime, a Rust-powered JIT, to natively run programs from several different source languages (Rust/C/C++) compiled to WASM.

## Running the demo

Expand Down

0 comments on commit 509084c

Please sign in to comment.