fastly / js-compute-runtime

JavaScript SDK and runtime for building Fastly Compute applications
https://developer.fastly.com/learning/compute/javascript/
Apache License 2.0
193 stars 26 forks source link

Config stores should use `fastly_config_store` hostcalls #801

Closed acfoltzer closed 2 weeks ago

acfoltzer commented 3 weeks ago

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.