bytecodealliance / bytecodealliance/wasmtime
libwasmtime.so is not available under centos7 aarch64
Open
- Dominant language
- Rust
- Stars
- 18.6k
- Forks
- 1.8k
- Avg merge
- 1d 18h
- Merged PRs (30d)
- 126
Description
We use v0.38.1 version of [libwasmtime.so](https://github.com/bytecodealliance/wasmtime/releases/download/v0.38.1/wasmtime-v0.38.1-aarch64-linux-c-api.tar.xz ) built the application under centos7 aarch64. When the program runs I get the following error:
````
wasmtime-c-api/lib/libwasmtime.so: symbol __cxa_thread_atexit_impl, version GLIBC_2.18 not defined in file libc.so.6 with link time reference
````
I tried to build libwasmtime.so from source using rust, and finally my program can run successfully.
I want to know what is the reason for this?
Looking forward to any help from you
Contributor guide
Assessment
This issue has not been assessed yet.