-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels