An AssemblyScript proxy runtime user needs to call set_property to write data to Envoy filter state, for export via access logs. This is currently impossible without forking the library. Exporting get_ and set_propertyhere would allow the user to use WASM to save data to Envoy filter state and unlock an important use case for them.
An AssemblyScript proxy runtime user needs to call
set_property
to write data to Envoy filter state, for export via access logs. This is currently impossible without forking the library. Exportingget_
andset_property
here would allow the user to use WASM to save data to Envoy filter state and unlock an important use case for them.