yomorun / yomo-wasmedge-tensorflow

This application demonstrates how to launch high-performance "serverless" functions from the YoMo framework to process streaming data. The functions are embedded in a WebAssembly VM, WasmEdge, for safety, security, portability, and manageability.
MIT License
63 stars 18 forks source link

could not determine kind of name for C.WasmEdge_Driver_UniTool #19

Closed alps-sun closed 10 months ago

alps-sun commented 10 months ago

When I execute the command go run -tags tensorflowlite,image app.go

The log is as follows /go/pkg/mod/github.com/second-state/!wasm!edge-go@v0.13.4/wasmedge/cli.go:34:9: could not determine kind of name for C.WasmEdge_Driver_UniTool

I searched for some tutorials online but to no avail. What should I do? Thx

alps-sun commented 10 months ago

Resolved, versions do not match