solo-io / wasm

Web Assembly tools and SDKs for extending cloud-native infrastructure
Apache License 2.0
305 stars 39 forks source link

Update TinyGo version #246

Closed Sodman closed 3 years ago

Sodman commented 3 years ago

We need to update both the version of TinyGo itself (latest v0.17.0), and the TinyGo proxy runtime. This gets us onto the latest TinyGo SDK for both builds using wasme build tinygo .... as well as for the filters themselves, which should be initialized with version 0.1.1 of the tinyGo proxy runtime, rather than the existing 0.0.8, which is getting a little old.

Sodman commented 3 years ago

Implemented by https://github.com/solo-io/wasm/pull/247