compute-sdk-go icon indicating copy to clipboard operation
compute-sdk-go copied to clipboard

Config stores should use `fastly_config_store` hostcalls

Open acfoltzer opened this issue 1 year ago • 0 comments

The configstore interface should use these newer host interfaces rather than the Edge Dictionary-compatible hostcalls that are currently being called for both config stores and dictionaries. Config stores are subject to looser runtime limits, but the newer hostcalls must be used to take advantage of them fully.

acfoltzer avatar Jun 13 '24 19:06 acfoltzer