All Projects → siku2 → rust-monaco

siku2 / rust-monaco

Licence: other
Rust WASM bindings for the Monaco Editor

Programming Languages

javascript
184084 projects - #8 most used programming language
rust
11053 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to rust-monaco

rust-wasm-on-lambda-edge
Rust/WASM on AWS Lambda@Edge (CloudFront)
Stars: ✭ 12 (-47.83%)
Mutual labels:  wasm, wasm-bindgen
wasm-bindgen-webcam-stream
A small example on how to get webcam stream on rust-wasm
Stars: ✭ 11 (-52.17%)
Mutual labels:  wasm, wasm-bindgen
matchbox
Painless peer-to-peer WebRTC networking for rust wasm
Stars: ✭ 276 (+1100%)
Mutual labels:  wasm, wasm-bindgen
Seed
A Rust framework for creating web apps
Stars: ✭ 3,069 (+13243.48%)
Mutual labels:  wasm, wasm-bindgen
webp-wasm
Webp image convertor (webassembly, works offline in browser)
Stars: ✭ 18 (-21.74%)
Mutual labels:  wasm
rabin-wasm
Rabin fingerprinting implemented in WASM
Stars: ✭ 26 (+13.04%)
Mutual labels:  wasm
wasm-adventure
My adventure into the marvelous world of Web Assembly
Stars: ✭ 49 (+113.04%)
Mutual labels:  wasm
boids
🦢 The boids flocking simulation in Wasm using Ebiten!
Stars: ✭ 56 (+143.48%)
Mutual labels:  wasm
editor.sh
Yet another live programming environment for collaborative code editing and running.
Stars: ✭ 29 (+26.09%)
Mutual labels:  monaco-editor
web logger
Rust Logger for Web Browsers
Stars: ✭ 19 (-17.39%)
Mutual labels:  wasm
rust-wasm-loader
Webpack loader for Rust
Stars: ✭ 81 (+252.17%)
Mutual labels:  wasm
epick
Color picker for creating harmonic color palettes that works on Linux, Windows, macOS and web.
Stars: ✭ 89 (+286.96%)
Mutual labels:  wasm
wasm.cljc
Spec compliant WebAssembly compiler, decompiler, and generator
Stars: ✭ 178 (+673.91%)
Mutual labels:  wasm
WebAssembly-in-Action
Source code for the book "WebAssembly in Action" (https://www.manning.com/books/webassembly-in-action)
Stars: ✭ 44 (+91.3%)
Mutual labels:  wasm
SkyEmu
Game Boy, Game Boy Color, and Game Boy Advanced Emulator
Stars: ✭ 59 (+156.52%)
Mutual labels:  wasm
tiny-secp256k1
A tiny secp256k1 native/JS wrapper
Stars: ✭ 41 (+78.26%)
Mutual labels:  wasm
n2t-wasm
Emulator for the Hack CPU.
Stars: ✭ 41 (+78.26%)
Mutual labels:  wasm
AheuiJIT
Aheui JIT compiler for PC and web
Stars: ✭ 27 (+17.39%)
Mutual labels:  wasm
pigmnts
🎨 Color palette generator from an image using WebAssesmbly and Rust
Stars: ✭ 38 (+65.22%)
Mutual labels:  wasm
mmpm
MagicMirror Package Manager
Stars: ✭ 104 (+352.17%)
Mutual labels:  monaco-editor

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].