Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Hywan authored Aug 30, 2021
1 parent 96c768a commit d2caa60
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@
The philosophy of Wasmer is to be very modular by design. It's
composed of a set of crates. We can group them as follows:

* `api` — The public Rust API exposes everything a user needs to use Wasmer
* `api` — The public Rust or JS API exposes everything a user needs to use Wasmer
programatically through the `wasmer` crate,
* `c-api` — The public C API exposes everything a C user needs to use
Wasmer programatically,
* `js-api` — The public JavaScript API exposes everything a user needs to run Wasmer
in a client like a browser or on a server like NodeJS or Deno,
* `cache` — The traits and types to cache compiled WebAssembly
modules,
* `cli` — The Wasmer CLI itself,
Expand Down

0 comments on commit d2caa60

Please sign in to comment.