Skip to content

Commit ba0b616

Browse files
authored
Merge pull request #20 from asteurer/kill-vanity
feat: migrating vanity imports to bytecodealliance/go-pkg
2 parents 36b1dbf + cec7863 commit ba0b616

File tree

18 files changed

+10
-1105
lines changed

18 files changed

+10
-1105
lines changed

README.md

Lines changed: 10 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
</p>
1313
</div>
1414

15-
# Overview
16-
## componentize-go
1715
This is a tool to convert a Go application to a [WebAssembly component](https://github.com/WebAssembly/component-model). It takes the following as input:
1816

1917
- a [WIT](https://github.com/WebAssembly/component-model/blob/main/design/mvp/WIT.md) file or directory
@@ -22,30 +20,20 @@ This is a tool to convert a Go application to a [WebAssembly component](https://
2220

2321
The output is a component which may be run using e.g. [`wasmtime`](https://github.com/bytecodealliance/wasmtime).
2422

25-
### Installation
23+
## Installation
24+
25+
### Download a release
26+
27+
You can download a specific release from the [release page](https://github.com/bytecodealliance/componentize-go/releases).
28+
29+
### Build from source
30+
2631
#### Prerequisites
32+
2733
- [**Rust toolchain**](https://rust-lang.org/) - Latest version
2834

2935
#### Run
36+
3037
```sh
3138
cargo install --git https://github.com/bytecodealliance/componentize-go
3239
```
33-
34-
## go.bytecodealliance.org
35-
This repository hosts the vanity import path redirects for `go.bytecodealliance.org`. The HTML files in the [docs/](docs/) directory are served via GitHub Pages.
36-
37-
### Actively Maintained Packages
38-
| Import Path | Description |
39-
|-------------|-------------|
40-
| `go.bytecodealliance.org/wit_types` | WIT type definitions (Option, Result, Tuple, Future, Stream, etc.) |
41-
| `go.bytecodealliance.org/wit_async` | Async primitives for WIT. |
42-
| `go.bytecodealliance.org/wit_runtime` | Runtime support for WIT. |
43-
44-
### Legacy Packages:
45-
These packages are located at [bytecodealliance/go-modules](https://github.com/bytecodealliance/go-modules)
46-
| Import Path | Description |
47-
|-------------|-------------|
48-
| `go.bytecodealliance.org/cm` | Component Model types and utilities for use with TinyGo. |
49-
| `go.bytecodealliance.org/wit` | TinyGo representation of the WIT (WebAssembly Interface Type) specification. |
50-
| `go.bytecodealliance.org/cmd/wit-bindgen-go` | Legacy wit-bindgen-go for use with TinyGo. |
51-
| `go.bytecodealliance.org/x` | Experimental packages. |

docs/404.html

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

docs/cm.html

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

docs/cmd.html

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

docs/index.html

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

docs/wit.html

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

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.

docs/x.html

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

0 commit comments

Comments
 (0)