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
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
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