fastly / Viceroy

Viceroy provides local testing for developers working with Compute.
https://fastly.dev/learning/compute/testing/#running-a-local-testing-server
Apache License 2.0
145 stars 33 forks source link

Support cli args in the adapter #394

Closed elliottt closed 3 months ago

elliottt commented 3 months ago

Integrate the adapter allocator changes from https://github.com/bytecodealliance/wasmtime/pull/8594, which simplifies supporting cli args.

Additionally, enable the cli args test for components, as it's now passing.