Closed Sodman closed 2 years ago
https://github.com/chandlernine/proxy-runtime/pull/1 has worked for me.
hi @chandlernine, May I know when the new proxy-runtime version will be released to include the AS0.18+ support? Thanks.
resolved by https://github.com/solo-io/proxy-runtime/pull/61 , related testing https://github.com/solo-io/gloo/issues/5612#issuecomment-1030250985
Overview There was a breaking change with v0.18.0+ of AssemblyScript - https://github.com/AssemblyScript/assemblyscript/releases/tag/v0.18.0 - This means a change in the exported runtime interface, which we'll need an update here in proxy-runtime to support.
To Reproduce: Setting the assemblyscript dependency in a filter using proxy-runtime to
v0.18.x
and then running awasme build assemblyscript . -t test-filter:0.0.1
on it, we see the following error:Additional Context This error also occurs with the latest, which at the time of writing is v0.19.4
The last version which appears to work right now is
0.17.14
.Breaking release notes - https://github.com/AssemblyScript/assemblyscript/releases/tag/v0.18.0
Migration note from the AssemblyScript Docs: