mirror of
https://github.com/MercuryWorkshop/anuraOS.git
synced 2025-09-04 17:19:24 +00:00
update readme and rust toolchain
This commit is contained in:
@@ -46,7 +46,7 @@ Anura shows as more of a proof-of-concept with what's possible on the modern web
|
||||
- `docker`
|
||||
|
||||
> [!NOTE]
|
||||
> You will have to install the required Rust toolchain by running `rustup target add wasm32-unknown-unknown`.
|
||||
> You will have to install the required Rust toolchain by running `rustup target add wasm32-unknown-unknown` and also `rustup target add i686-unknown-linux-gnu` if you are planning to build v86 images.
|
||||
|
||||
#### Building
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
[toolchain]
|
||||
channel = "nightly"
|
||||
components = [ "rustc", "rust-std" ]
|
||||
targets = [ "wasm32-unknown-unknown" ]
|
||||
targets = [ "wasm32-unknown-unknown", "i686-unknown-linux-gnu" ]
|
||||
profile = "minimal"
|
||||
|
Reference in New Issue
Block a user