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
1.[Rust](https://www.rust-lang.org/tools/install), including the `x86_64-unknown-none` target (which may be installed via e.g. `rustup target add x86_64-unknown-none`)
5. If you are fetching the sample binary from an OCI registry,
22
+
[`wkg`](https://crates.io/crates/wkg/0.10.0).
23
+
6.[`hyperlight-wasm-aot`](https://github.com/hyperlight-dev/hyperlight-wasm) from [this commit](https://github.com/jprendes/hyperlight-wasm/tree/134d8fc35)
24
24
25
-
## Building
25
+
## Simply setup
26
26
27
-
The easy way is to just run
27
+
### Building
28
28
29
29
```sh
30
30
just build
31
31
```
32
32
33
-
The manual way is as follows.
33
+
### Running
34
+
35
+
```sh
36
+
just run
37
+
```
38
+
39
+
From another terminal, you can then test the server:
0 commit comments