Adding pwasm_abi library as a dependency

Run this command in a terminal, in your project's directory:

cargo add pwasm-abi

To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:

pwasm-abi = "0.2.2"

The pwasm_abi library will be automatically available globally. Read the pwasm_abi library documentation.

Back to the crate overview.