Celebraty

Results 4 comments of Celebraty

@q82419 1. my hostfunctiontype : wasmedge.NewFunctionType([]wasmedge.ValType{wasmedge.ValType_I32}, []wasmedge.ValType{wasmedge.ValType_I32}); and i think it is correct, because i can run it correctly without aot compile 2. i think it is not same as...

@q82419 ### cmd/wasm_edge.go ``` package main import ( "encoding/binary" "fmt" "math" "os" "github.com/second-state/WasmEdge-go/wasmedge" ) var hostFunctionType = wasmedge.NewFunctionType([]wasmedge.ValType{wasmedge.ValType_I32}, []wasmedge.ValType{wasmedge.ValType_I32}) var allWasiFunction = map[string]func( data interface{}, frame *wasmedge.CallingFrame, params []interface{}) ([]interface{},...

@q82419 thanks for your help, i have tried to add a response for the GetVM function, it can return the module which registered into the VM, and the new error...

@q82419 After more attempts, it was found that the following two errors appeared randomly first(just as the err before): ``` [error] execution failed: out of bounds memory access, Code: 0x88...