Cargo Features

tinymist-vfs has no features set by default.

[dependencies]
tinymist-vfs = { version = "0.12.21", features = ["web", "browser", "system"] }
web browser? = js-sys, wasm-bindgen, web-sys

Enables web of tinymist-std

browser = web

Affects tinymist-vfs::browser

system

Enables system of tinymist-std

Affects tinymist-vfs::system

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

wasm-bindgen web?
web-sys web?
js-sys web?