Skip to content
This repository was archived by the owner on Jan 17, 2022. It is now read-only.
This repository was archived by the owner on Jan 17, 2022. It is now read-only.

wasm-check fails on ink! ERC20 example #168

@peblair

Description

@peblair

To reproduce, create a project with the ink! ERC20 sample code and then run the following:

$ cargo install pwasm-utils --features cli
$ cargo contract build
$ wasm-check target/ink/erc20.wasm
All imports should be from env

Looking through the substrate codebase, I believe that it is the wasm-check tool which is incorrect, as the sealN modules (which are what are being used for the imports) should be correct.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions