mirror of
https://github.com/zed-industries/zed.git
synced 2026-05-26 07:24:46 +00:00
Implements a basic web platform for the wasm32-unknown-unknown target for gpui Release Notes: - N/A *or* Added/Fixed/Improved ... --------- Co-authored-by: John Tur <john-tur@outlook.com>
9 lines
260 B
TOML
9 lines
260 B
TOML
[toolchain]
|
|
channel = "1.93"
|
|
profile = "minimal"
|
|
components = [ "rustfmt", "clippy", "rust-analyzer", "rust-src" ]
|
|
targets = [
|
|
"wasm32-wasip2", # extensions
|
|
"wasm32-unknown-unknown", # gpui on the web
|
|
"x86_64-unknown-linux-musl", # remote server
|
|
]
|