Skip to content
Merged
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<strong>A <a href="https://bytecodealliance.org/">Bytecode Alliance</a> project</strong>

<p>
<a href="https://github.com/asteurer/componentize-go/actions?query=workflow%3ACI"><img src="https://github.com/asteurer/componentize-go/workflows/CI/badge.svg" alt="build status" /></a>
<a href="https://github.com/bytecodealliance/componentize-go/actions?query=workflow%3ACI"><img src="https://github.com/bytecodealliance/componentize-go/workflows/CI/badge.svg" alt="build status" /></a>
</p>
</div>

Expand All @@ -27,5 +27,5 @@ The output is a component which may be run using e.g. [`wasmtime`](https://githu

### Run
```sh
cargo install --git https://github.com/asteurer/componentize-go
cargo install --git https://github.com/bytecodealliance/componentize-go
```
2 changes: 1 addition & 1 deletion examples/wasip2/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# `wasip2` Example
## Usage
### Prerequisites
- [**componentize-go**](https://github.com/asteurer/componentize-go) - Latest version
- [**componentize-go**](https://github.com/bytecodealliance/componentize-go) - Latest version
- [**go**](https://go.dev/dl/) - v1.25+
- [**wasmtime**](https://github.com/bytecodealliance/wasmtime) - Latest version

Expand Down
2 changes: 1 addition & 1 deletion examples/wasip3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ everything is merged, we'll be able to switch to the upstream releases.

## Building and Running
### Prerequisites
- [**componentize-go**](https://github.com/asteurer/componentize-go) - Latest version
- [**componentize-go**](https://github.com/bytecodealliance/componentize-go) - Latest version
- [**go**](https://github.com/dicej/go/releases/tag/go1.25.5-wasi-on-idle) - The [Makefile](./Makefile) installs the patched version of Go.
- [**wasmtime**](https://github.com/bytecodealliance/wasmtime) - Latest version

Expand Down
Loading