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
140 stars 35 forks source link

Remove some unused memory management code in the adapter #398

Closed elliottt closed 2 days ago

elliottt commented 2 days ago

After #394 there were some unused functions in the adapter that didn't fail in CI as we don't currently build the adapter in CI. This PR removes the unused code, and also builds the adapter in CI.