Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ This repository hosts the vanity import path redirects for `go.bytecodealliance.
### Actively Maintained Packages
| Import Path | Description |
|-------------|-------------|
| `go.bytecodealliance.org/wit_types` | WIT type definitions (Option, Result, Tuple, Future, Stream, etc.) |
| `go.bytecodealliance.org/wit_async` | Async primitives for WIT. |
| `go.bytecodealliance.org/wit_runtime` | Runtime support for WIT. |
| `go.bytecodealliance.org/wit-bindgen/wit_types` | WIT type definitions (Option, Result, Tuple, Future, Stream, etc.) |
| `go.bytecodealliance.org/wit-bindgen/wit_async` | Async primitives for WIT. |
| `go.bytecodealliance.org/wit-bindgen/wit_runtime` | Runtime support for WIT. |

### Legacy Packages:
These packages are located at [bytecodealliance/go-modules](https://github.com/bytecodealliance/go-modules)
Expand Down
10 changes: 10 additions & 0 deletions docs/wit-bindgen/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<html>
<head>
<title>go.bytecodealliance.org/wit-bindgen</title>
<meta name="go-import" content="go.bytecodealliance.org/wit-bindgen git https://github.com/bytecodealliance/componentize-go" />
<meta http-equiv="refresh" content="0; url=https://pkg.go.dev/go.bytecodealliance.org/wit-bindgen">
</head>
<body>
<a href="https://pkg.go.dev/go.bytecodealliance.org/wit-bindgen">Redirecting to documentation…</a>
</body>
</html>
10 changes: 10 additions & 0 deletions docs/wit-bindgen/wit_async.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<html>
<head>
<title>go.bytecodealliance.org/wit-bindgen/wit_async</title>
<meta name="go-import" content="go.bytecodealliance.org/wit-bindgen git https://github.com/bytecodealliance/componentize-go" />
<meta http-equiv="refresh" content="0; url=https://pkg.go.dev/go.bytecodealliance.org/wit-bindgen/wit_async">
</head>
<body>
<a href="https://pkg.go.dev/go.bytecodealliance.org/wit-bindgen/wit_async">Redirecting to documentation…</a>
</body>
</html>
10 changes: 10 additions & 0 deletions docs/wit-bindgen/wit_runtime.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<html>
<head>
<title>go.bytecodealliance.org/wit-bindgen/wit_runtime</title>
<meta name="go-import" content="go.bytecodealliance.org/wit-bindgen git https://github.com/bytecodealliance/componentize-go" />
<meta http-equiv="refresh" content="0; url=https://pkg.go.dev/go.bytecodealliance.org/wit-bindgen/wit_runtime">
</head>
<body>
<a href="https://pkg.go.dev/go.bytecodealliance.org/wit-bindgen/wit_runtime">Redirecting to documentation…</a>
</body>
</html>
10 changes: 10 additions & 0 deletions docs/wit-bindgen/wit_types.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<html>
<head>
<title>go.bytecodealliance.org/wit-bindgen/wit_types</title>
<meta name="go-import" content="go.bytecodealliance.org/wit-bindgen git https://github.com/bytecodealliance/componentize-go" />
<meta http-equiv="refresh" content="0; url=https://pkg.go.dev/go.bytecodealliance.org/wit-bindgen/wit_types">
</head>
<body>
<a href="https://pkg.go.dev/go.bytecodealliance.org/wit-bindgen/wit_types">Redirecting to documentation…</a>
</body>
</html>
10 changes: 0 additions & 10 deletions docs/wit_async.html

This file was deleted.

10 changes: 0 additions & 10 deletions docs/wit_runtime.html

This file was deleted.

10 changes: 0 additions & 10 deletions docs/wit_types.html

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"runtime"
"unsafe"

"go.bytecodealliance.org/wit_runtime"
"go.bytecodealliance.org/wit-bindgen/wit_runtime"
)

const EVENT_NONE uint32 = 0
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import (
"runtime"
"unsafe"

"go.bytecodealliance.org/wit_async"
"go.bytecodealliance.org/wit_runtime"
"go.bytecodealliance.org/wit-bindgen/wit_async"
"go.bytecodealliance.org/wit-bindgen/wit_runtime"
)

type FutureVtable[T any] struct {
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import (
"runtime"
"unsafe"

"go.bytecodealliance.org/wit_async"
"go.bytecodealliance.org/wit_runtime"
"go.bytecodealliance.org/wit-bindgen/wit_async"
"go.bytecodealliance.org/wit-bindgen/wit_runtime"
)

type StreamVtable[T any] struct {
Expand Down
File renamed without changes.
File renamed without changes.
Loading