Changelog

biomejs/biome · · 1 commit

Playground preview WASM gets unstable features

Preview web builds now compile biome_wasm with unstable language features enabled, exposing Markdown and YAML support in the playground.

Playground preview builds enable unstable features (siketyanbdbfec1)

Preview WASM builds for the playground now pass --features=unstable, and the WASM crate defines an unstable feature that enables Markdown and YAML language support. The just build recipe was also updated to forward extra Cargo args, making it easier to toggle features for the web build.