diff --git a/README.md b/README.md index 10dc55ed..a41cf5de 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # go.bytecodealliance.org -[WebAssembly](https://webassembly.org), [WASI](https://wasi.dev), and [Component Model](https://component-model.bytecodealliance.org/) modules for [Go](https://go.dev) and [TinyGo](https://tinygo.org). - [![pkg.go.dev](https://img.shields.io/badge/docs-pkg.go.dev-blue.svg)](https://pkg.go.dev/go.bytecodealliance.org) [![build status](https://img.shields.io/github/actions/workflow/status/bytecodealliance/go-modules/test.yaml?branch=main)](https://github.com/bytecodealliance/go-modules/actions) +[WebAssembly](https://webassembly.org), [WASI](https://wasi.dev), and [Component Model](https://component-model.bytecodealliance.org/) tools for [Go](https://go.dev) and [TinyGo](https://tinygo.org). + ## About Package `wit/bindgen` contains code to generate Go bindings for [Component Model](https://component-model.bytecodealliance.org/) interfaces defined in [WIT](https://component-model.bytecodealliance.org/design/wit.html) (WebAssembly Interface Type) files. A goal of this project is to accelerate adoption of the Component Model and development of [WASI 0.2+](https://bytecodealliance.org/articles/WASI-0.2) in Go. diff --git a/docs/index.html b/docs/index.html index a7a904bd..46dbd558 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1,5 +1,6 @@
+ diff --git a/docs/redirect.js b/docs/redirect.js new file mode 100644 index 00000000..c94fcc98 --- /dev/null +++ b/docs/redirect.js @@ -0,0 +1 @@ +window.location = `https://pkg.go.dev/${window.location.hostname}${window.location.pathname}`