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
+11-15Lines changed: 11 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -70,11 +70,7 @@ There are 2 different kinds of examples:
70
70
71
71
### Requirements
72
72
73
-
- For Rust components and wRPC applications: `rust`>= 1.78
74
-
75
-
`wasm32-wasip1` target will be used in examples, because it is currently available in stable Rust and also conveniently configured in [`rust-toolchain.toml`](./rust-toolchain.toml) in the root of this repository. `wrpc-wasmtime` will automatically componentize a Wasm module on instantiation.
76
-
77
-
[`wasm32-wasip2`](https://doc.rust-lang.org/nightly/rustc/platform-support/wasm32-wasip2.html) can be used instead, if desired.
73
+
- For Rust components and wRPC applications: `rust`>= 1.82
78
74
79
75
- For [NATS.io] transport: `nats-server`>= 2.10.20 or [`docker`](https://www.docker.com/) >= 24.0.6 (or any other OCI runtime)
80
76
@@ -95,18 +91,18 @@ We will have to build these components first:
0 commit comments