Gleam-authored Zed extension (Gleam → Wasm guest) for Gleam LSP + highlighting
1

Configure Feed

Select the types of activity you want to include in your feed.

zed-gleam-native / src / lib.rs
278 B 9 lines
1//! Empty compile unit for cargo. Not extension logic. 2//! 3//! `build.rs` runs `gleam export zed-extension`; `scripts/gleam-wasm-linker` 4//! installs that component as this crate's `.wasm` output. 5 6#![allow(dead_code)] 7 8#[no_mangle] 9pub extern "C" fn _zed_gleam_build_stub() {}