bytecodealliance/cargo-wasi

Error building markdown example

Opened this issue · 2 comments

I am having an issue building the markdown example. I clone the repo and tried to build the markdown example using the following command

cargo wasi build --release

The build failed with following error:
Screenshot 2021-12-30 at 6 22 28 PM

Following are the version of tools installed:

cargo-wasi 0.1.23 (aa58e595d4 2021-07-29)
rustc 1.57.0 (f1edd0429 2021-11-29)
cargo 1.57.0 (b2e52d7ca 2021-10-21)
wasmtime 0.28.0

Could someone help me to build and run it using wastime?

I have the same issue too.

image