Skip to content

Rust WASM bindings for the Monaco Editor

License

Notifications You must be signed in to change notification settings

SWIM-ucf/rust-monaco

This branch is 13 commits ahead of, 10 commits behind siku2/rust-monaco:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c9586e4 · Jul 29, 2023

History

79 Commits
Mar 23, 2022
Feb 26, 2023
Jul 29, 2023
Dec 28, 2022
Aug 20, 2020
Aug 12, 2020
Mar 20, 2022
Dec 3, 2022
Aug 20, 2020
Aug 19, 2020
Aug 19, 2020
Aug 20, 2020
Mar 23, 2022

Repository files navigation

rust-monaco

Crate Info API Documentation

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.

About

Rust WASM bindings for the Monaco Editor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 95.4%
  • Rust 4.3%
  • Other 0.3%