Skip to content

Commit 41c1958

Browse files
committed
remove warning from readme
Signed-off-by: Jorge Prendes <jorge.prendes@gmail.com>
1 parent f89292f commit 41c1958

1 file changed

Lines changed: 8 additions & 9 deletions

File tree

README.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
# `hyperlight-wasm` http example
22

3-
> [!WARNING]
4-
> This proof of concept is a work in progress.
5-
> The current state of this example fails at runtime.
6-
73
This is a minimal example of a
8-
[Hyperlight-Wasm](https://github.com/hyperlight-dev/hyperlight-wasm)
4+
[hyperlight-wasm](https://github.com/hyperlight-dev/hyperlight-wasm)
95
host application. It implements just enough of the `wasi:http` api
10-
to run the [echo sample_wasi_http_rust
6+
to run the [sample_wasi_http_rust
117
server](https://github.com/bytecodealliance/sample-wasi-http-rust).
128

139
## Prerequisites
@@ -17,12 +13,13 @@ server](https://github.com/bytecodealliance/sample-wasi-http-rust).
1713
3. [`just`](https://github.com/casey/just) (optional, but recommended)
1814

1915
If you want to follow the manual build instructions, you will also need:
16+
2017
4. [`wasm-tools`](https://github.com/bytecodealliance/wasm-tools)
2118
5. If you are fetching the sample binary from an OCI registry,
2219
[`wkg`](https://crates.io/crates/wkg/0.10.0).
2320
6. [`hyperlight-wasm-aot`](https://github.com/hyperlight-dev/hyperlight-wasm) from [this commit](https://github.com/jprendes/hyperlight-wasm/tree/134d8fc35)
2421

25-
## Simply setup
22+
## Simple setup
2623

2724
### Building
2825

@@ -64,8 +61,10 @@ cargo build
6461

6562
Get an `sample_wasi_http_rust.wasm` from [the sample
6663
repo](https://github.com/bytecodealliance/sample-wasi-http-rust), either
67-
by building it or by fetching it from the OCI registry
68-
(`wkg oci pull ghcr.io/bytecodealliance/sample-wasi-http-rust/sample-wasi-http-rust:latest -o sample_wasi_http_rust.wasm`).
64+
by building it or by fetching it from the OCI registry:
65+
```sh
66+
wkg oci pull ghcr.io/bytecodealliance/sample-wasi-http-rust/sample-wasi-http-rust:latest -o sample_wasi_http_rust.wasm
67+
```
6968

7069
AOT compile it:
7170

0 commit comments

Comments
 (0)