Rayowang

Results 17 comments of Rayowang

> In short I don't know how to get dynamic libraries working in Go. A PR to implement this would be appreciated! Sorry, maybe I didn't describe it clearly, what...

> Yes I understand what this issue is asking for, and my response is "I don't know how to do this in Go". A PR would be appreciated if y'all...

The wasm module code: ```go package main import ( "errors" "strings" "github.com/tetratelabs/proxy-wasm-go-sdk/proxywasm" "github.com/tetratelabs/proxy-wasm-go-sdk/proxywasm/types" ) func main() { proxywasm.SetVMContext(&vmContext{}) } type vmContext struct { // Embed the default VM context here,...

> Thanks for the report, but this looks like a pretty deep error within the system. Can you explain more why you think the bug is within this module's bindings...

@seeflood @Xunzhuo The wasm build problem, I encountered when integrating wasmtime, it should be a document problem, I fixed this by the way.

Now xds should already be using v3 version. I just took the task of integrating istio 1.10 and fixed this by the way

目前集成wasmtime单测通过,集成测试有点问题,给bytecodealliance提了issue https://github.com/bytecodealliance/wasmtime-go/issues/145

https://github.com/bytecodealliance/wasmtime-go/issues/146