wapc / wapc-go

Golang-based WebAssembly Host Runtime for waPC-compliant modules
Apache License 2.0
91 stars 25 forks source link

Sets floor version to Go 1.17 #16

Closed codefromthecrypt closed 2 years ago

codefromthecrypt commented 2 years ago

This sets the floor version to Go 1.17 in preparation of the upcoming 1.18 and to unlock alternative Wasm runtimes (notably Wazero).

Pure go runtimes benefit by a 1.17 floor as this allows "Register-based Go calling convention"

See https://go.googlesource.com/proposal/+/refs/changes/78/248178/1/design/40724-register-calling.md