mirror of
https://github.com/zed-industries/zed.git
synced 2026-05-24 21:59:04 +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>
7 lines
226 B
TOML
7 lines
226 B
TOML
[serve]
|
|
addresses = ["127.0.0.1"]
|
|
port = 8080
|
|
open = true
|
|
|
|
# Headers required for WebGPU / SharedArrayBuffer support.
|
|
headers = { "Cross-Origin-Embedder-Policy" = "require-corp", "Cross-Origin-Opener-Policy" = "same-origin" }
|