Skip to content

Commit 0cc1e99

Browse files
authored
Update preview2-prototyping download links (#577)
* Update preview2-prototyping download links This commit updates the preview2-prototyping command and reactor .wasm download links as they have been updated. Signed-off-by: Daniel Bevenius <[email protected]> * Change component adapter links to point to wasmtime This commit updates the link to the component adapters to point to the wasmtime repository instead of preview2-prototyping. Signed-off-by: Daniel Bevenius <[email protected]> --------- Signed-off-by: Daniel Bevenius <[email protected]>
1 parent c28cdd6 commit 0cc1e99

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,10 @@ which has a `_start` entrypoint (e.g. a `src/main.rs` in Rust).
154154

155155
[preview2-prototyping]: https://github.com/bytecodealliance/preview2-prototyping
156156
[preview1-build]: https://github.com/bytecodealliance/preview2-prototyping/releases/tag/latest
157-
[non-command]: https://github.com/bytecodealliance/preview2-prototyping/releases/download/latest/wasi_snapshot_preview1.reactor.wasm
158-
[command]: https://github.com/bytecodealliance/preview2-prototyping/releases/download/latest/wasi_snapshot_preview1.command.wasm
157+
[non-command]: https://github.com/bytecodealliance/wasmtime/releases/latest/download/wasi_snapshot_preview1.reactor.wasm
158+
[command]: https://github.com/bytecodealliance/wasmtime/releases/latest/download/wasi_snapshot_preview1.command.wasm
159+
160+
159161

160162
## Supported Guest Languages
161163
[guests]: #supported-guest-languages

0 commit comments

Comments
 (0)