proxy-wasm / test-framework

WebAssembly for Proxies (test framework)
Apache License 2.0
16 stars 13 forks source link

Cpp host support, high-level testing, and fixed default simulator responses #10

Closed agiachris closed 4 years ago

agiachris commented 4 years ago

This extends PR #8 with support for proxy-wasm modules created with the CPP-sdk. The changes include:

The framing of host-side functions still require implementation before testing on any proxy-wasm module can be done.

agiachris commented 4 years ago

changes