Skip to content

Tags: http-wasm/http-wasm-guest-tinygo

Tags

v0.4.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
update CI deps (#30)

* update deps

* update golangci lint

v0.3.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
deps: updates TinyGo to v0.28.1 (#28)

Signed-off-by: Adrian Cole <adrian@tetrate.io>

v0.2.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Updates TinyGo to use Go 1.20 features (#26)

TinyGo 0.27 doesn't fully support Go 1.20, but it supports what we need.
Particularly, `unsafe.SliceData` and `unsafe.StringData` were added to
TinyGo 0.27 ahead of the more complete Go 1.20 version: 0.28 (not yet
out).

Using the approach elaborated in wazero [1.2.0](https://github.com/tetratelabs/wazero/releases/tag/v1.2.0)
TinyGo examples resulted in significant performance benefits, benefits
far more than just the part around the runtime.

Signed-off-by: Adrian Cole <adrian@tetrate.io>

v0.1.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
deps: updates to latest TinyGo and other dependencies (#24)

Signed-off-by: Adrian Cole <adrian@tetrate.io>

v0.1.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Prepares for v0.1.0 release (#20)

This updates deps and the README

Signed-off-by: Adrian Cole <adrian@tetrate.io>