Update supported compilation target for Chorus to

versions 0.12.0 and up
This commit is contained in:
bitfl0wer 2023-11-22 16:14:33 +01:00
parent e9a260cdb7
commit ace9b57d69
1 changed files with 2 additions and 2 deletions

View File

@ -98,8 +98,8 @@ dbg!(&user.object.read().unwrap().username);
## Supported Platforms ## Supported Platforms
All major desktop operating systems (Windows, macOS (aarch64/x86_64), Linux (aarch64/x86_64)) are supported. All major desktop operating systems (Windows, macOS (aarch64/x86_64), Linux (aarch64/x86_64)) are supported.
`wasm32-unknown-unknown` is a supported compilation target on versions `>0.11.0`. This allows you to use Chorus in `wasm32-unknown-unknown` is a supported compilation target on versions `0.12.0` and up. This allows you to use
your browser, or in any other environment that supports WebAssembly. Chorus in your browser, or in any other environment that supports WebAssembly.
We recommend checking out the examples directory, as well as the documentation for more information. We recommend checking out the examples directory, as well as the documentation for more information.