Skip to content

Commit 678cd3d

Browse files
committed
fix: move wit_* packages into wit-bindgen dir
Signed-off-by: Andrew Steurer <94206073+asteurer@users.noreply.github.com>
1 parent f17393e commit 678cd3d

15 files changed

Lines changed: 45 additions & 35 deletions

File tree

docs/wit-bindgen/index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<html>
2+
<head>
3+
<title>go.bytecodealliance.org/wit-bindgen</title>
4+
<meta name="go-import" content="go.bytecodealliance.org/wit-bindgen git https://github.com/bytecodealliance/componentize-go" />
5+
<meta http-equiv="refresh" content="0; url=https://pkg.go.dev/go.bytecodealliance.org/wit-bindgen">
6+
</head>
7+
<body>
8+
<a href="https://pkg.go.dev/go.bytecodealliance.org/wit-bindgen">Redirecting to documentation…</a>
9+
</body>
10+
</html>

docs/wit-bindgen/wit_async.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<html>
2+
<head>
3+
<title>go.bytecodealliance.org/wit-bindgen/wit_async</title>
4+
<meta name="go-import" content="go.bytecodealliance.org/wit-bindgen git https://github.com/bytecodealliance/componentize-go" />
5+
<meta http-equiv="refresh" content="0; url=https://pkg.go.dev/go.bytecodealliance.org/wit-bindgen/wit_async">
6+
</head>
7+
<body>
8+
<a href="https://pkg.go.dev/go.bytecodealliance.org/wit-bindgen/wit_async">Redirecting to documentation…</a>
9+
</body>
10+
</html>

docs/wit-bindgen/wit_runtime.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<html>
2+
<head>
3+
<title>go.bytecodealliance.org/wit-bindgen/wit_runtime</title>
4+
<meta name="go-import" content="go.bytecodealliance.org/wit-bindgen git https://github.com/bytecodealliance/componentize-go" />
5+
<meta http-equiv="refresh" content="0; url=https://pkg.go.dev/go.bytecodealliance.org/wit-bindgen/wit_runtime">
6+
</head>
7+
<body>
8+
<a href="https://pkg.go.dev/go.bytecodealliance.org/wit-bindgen/wit_runtime">Redirecting to documentation…</a>
9+
</body>
10+
</html>

docs/wit-bindgen/wit_types.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<html>
2+
<head>
3+
<title>go.bytecodealliance.org/wit-bindgen/wit_types</title>
4+
<meta name="go-import" content="go.bytecodealliance.org/wit-bindgen git https://github.com/bytecodealliance/componentize-go" />
5+
<meta http-equiv="refresh" content="0; url=https://pkg.go.dev/go.bytecodealliance.org/wit-bindgen/wit_types">
6+
</head>
7+
<body>
8+
<a href="https://pkg.go.dev/go.bytecodealliance.org/wit-bindgen/wit_types">Redirecting to documentation…</a>
9+
</body>
10+
</html>

docs/wit_async.html

Lines changed: 0 additions & 10 deletions
This file was deleted.

docs/wit_runtime.html

Lines changed: 0 additions & 10 deletions
This file was deleted.

docs/wit_types.html

Lines changed: 0 additions & 10 deletions
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
"runtime"
66
"unsafe"
77

8-
"go.bytecodealliance.org/wit_runtime"
8+
"go.bytecodealliance.org/wit-bindgen/wit_runtime"
99
)
1010

1111
const EVENT_NONE uint32 = 0
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ import (
44
"runtime"
55
"unsafe"
66

7-
"go.bytecodealliance.org/wit_async"
8-
"go.bytecodealliance.org/wit_runtime"
7+
"go.bytecodealliance.org/wit-bindgen/wit_async"
8+
"go.bytecodealliance.org/wit-bindgen/wit_runtime"
99
)
1010

1111
type FutureVtable[T any] struct {

0 commit comments

Comments
 (0)