vm-wasmer项目中libwasmer.so库来源问题
各位maintainer好,
我的架构平台是非amd64,非aarch64的,在构建chainmaker-go过程中,报错:
import_object.cgo2.c:(.text+0x4): undefined reference to `wasm_extern_vec_destroy'
我在chainmaker/vm-wasmer项目中发现,wasmer-go中有调用wasm_extern_vec_destroy函数(官方的vm-wasmer/wasmer-go中没有调用),看起来这个函数是从wasm.h引入,也就是wasmer-c-api库,但是我在wasmer-c-api的官方代码的任何版本中都没有发现这个api函数,不知道这个函数的实现者是谁呢?(没有在chainmaker中发现wasmer-c-api项目)
代码中嵌入的amd64和aarch的libwasmer.so中都有这个函数的实现,这两种架构的libwasmer.so是来自哪里的?(似乎不是wasmer-c-api官方),如果我要在我机器的架构上自己构建libwasmer.so,我可以怎么做呢?
谢谢
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information