Releases: PDXbaap/ewasm-rust-api
Releases · PDXbaap/ewasm-rust-api
abi(v0.9.1)
提供了 ewasm_api::pdxabi 名称空间用来开发符合 ABI 标准的 WASM 合约
具体样例参见 hello-wasm-abi
pdx(v0.9)
pdx-chain 在 ethereum 名称空间下为 eei 扩展了两个方法,用以打破 32 byte 的 k / v 约束
- ewasm_api::pdx::storage_store
- ewasm_api::pdx::storage_load
具体参见:
https://github.com/PDXbaap/ewasm-rust-demo/blob/master/README.md