Skip to content

ABI generation using wasmer #7

Description

@AchalaSB

How can we generate ABI using wasmer for rust lang code? Is it possible now? If yes what are the steps to generate ABI?

This blog https://medium.com/wasmer/webassembly-cloudabi-b573047fd0a9 shows that wasmer is going to support CloudABI. Is it done?

Can wasmer support any rust code or is there any simantics to write code in wasmer environment?

And can we use wasmer ( the ABI generated from wasmer) in blockchain?

When I run command
wasmer run wasm-sample-app/target/wasm32-unknown-unknown/release/wasm_sample_app.wasm
i'm getting
"Can\'t instantiate module: LinkError([ImportNotFound { namespace: \"env\", name: \"print_str\" }])"
what is is issue? how to fix it?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions