You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-22Lines changed: 10 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,8 +12,6 @@
12
12
</p>
13
13
</div>
14
14
15
-
# Overview
16
-
## componentize-go
17
15
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:
18
16
19
17
- 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://
22
20
23
21
The output is a component which may be run using e.g. [`wasmtime`](https://github.com/bytecodealliance/wasmtime).
24
22
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
+
26
31
#### Prerequisites
32
+
27
33
-[**Rust toolchain**](https://rust-lang.org/) - Latest version
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.
0 commit comments