3 releases (breaking)
0.3.0 | Mar 20, 2022 |
---|---|
0.2.0 | Jun 9, 2021 |
0.1.0 | Aug 20, 2020 |
#756 in WebAssembly
6MB
5K
SLoC
rust-monaco
Rust WASM bindings for the Monaco Editor using wasm-bindgen
.
Cargo Features
- "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
Examples
See the examples directory.
lib.rs
:
Rust WASM bindings for the Monaco Editor.
Dependencies
~6.5–9MB
~178K SLoC