bytecodealliance / bytecodealliance/wasmtime

Log spam: "command module exporting '__data_end' is deprecated"

Open
#2,591 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Rust
Stars
18.6k
Forks
1.8k
Avg merge
1d 18h
Merged PRs (30d)
126

Description

Every time I run a rust binary (compiled to `wasm32-wasi`) with the `wasmtime` crate, I get the following message:

```
[2021-01-20T23:19:56Z WARN wasmtime::linker] command module exporting '__data_end' is deprecated
[2021-01-20T23:19:56Z WARN wasmtime::linker] command module exporting '__heap_base' is deprecated
```

It seems to be harmless, but it's quite noisy.

Is there a problem with how I'm building my binary?

```
cargo build --target wasm32-wasi --release --bin logic
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.