This is an automated email from the ASF dual-hosted git repository.
alexstocks pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/dubbo-go-pixiu-samples.git
from f8f89dd Merge pull request #17 from
apache/dependabot/go_modules/xds/dubbo-go-istio/server/golang.org/x/text-0.3.8
new db2f6d7 Wasm Sample
new dd73906 fix wasm
new 8e74470 clean
new 032d3f2 Merge branch 'main' into feature/wasm
new ad9f252 Merge pull request #12 from PhilYue/feature/wasm
The 133 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.gitignore | 1 -
go.mod | 3 +-
go.sum | 8 ++-
wasm/data/filter.go | 75 +++++++++++++++++++++
wasm/data/filter.wasm | Bin 0 -> 258774 bytes
.../docker-compose.yml => wasm/data/makefile | 30 +++------
.../benchmark => wasm}/docker/docker-compose.yml | 0
{dubbogo/simple/bestdo => wasm}/pixiu/conf.yaml | 11 ++-
.../simple/resolve => wasm}/server/app/server.go | 10 ++-
.../simple/benchmark => wasm}/server/app/user.go | 0
.../multi => wasm}/server/profiles/dev/log.yml | 0
.../server/profiles/dev/server.yml | 2 +-
{dubbogo/simple/nacos => wasm}/test/pixiu_test.go | 18 +++--
13 files changed, 119 insertions(+), 39 deletions(-)
create mode 100644 wasm/data/filter.go
create mode 100755 wasm/data/filter.wasm
copy dubbogo/simple/jaeger/docker/docker-compose.yml => wasm/data/makefile
(59%)
copy {dubbogo/simple/benchmark => wasm}/docker/docker-compose.yml (100%)
copy {dubbogo/simple/bestdo => wasm}/pixiu/conf.yaml (90%)
copy {dubbogo/simple/resolve => wasm}/server/app/server.go (90%)
copy {dubbogo/simple/benchmark => wasm}/server/app/user.go (100%)
copy {dubbogo/multi => wasm}/server/profiles/dev/log.yml (100%)
copy {dubbogo/simple/zookeeper => wasm}/server/profiles/dev/server.yml (94%)
copy {dubbogo/simple/nacos => wasm}/test/pixiu_test.go (73%)