diff --git a/README.md b/README.md index 86708b7..a9889b7 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,12 @@ Add the dependency, as usual: ewasm-api = "0.10" ``` +Make sure the project is a library of `cdylib` type: +```toml +[lib] +crate-type = ["cdylib"] +``` + In your project, include the prelude: ```rust use ewasm_api::prelude::*;