Rust WASM bindings for the Monaco Editor using wasm-bindgen
.
- "api" (default feature) - Activate a more ergonomic Rust API. See
monaco::api
- "workers" (default feature) - Include the language web workers. If not set you will have to provide them manually or accept a heavy performance penalty.
- "yew-components" - Enable Yew components. See
monaco::yew
See the examples directory.