This repository has been archived by the owner on Jul 28, 2024. It is now read-only.
in-Wasm end-to-end framework
Thanks to the contribution by @anuraaga, now Proxy-Wasm Go SDK has support for directly testing your Proxy-Wasm binary in the Wasm virtual machine powered by wazero.io. More precisely, the proxytest
package can be used to run either your plugins on your native machine or the compiled Wasm binary inside a Wasm virtual machine. Regardless of choice, the same emulation test code can be used. See this example for the demonstration.
Enjoy!
Contributors: @mathetake @anuraaga @codefromthecrypt
Code changes: v0.19.0...v0.20.0