Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aksh-bansal-dev/markdown-editor

Markdown editor built using Rust WebAssembly.
https://github.com/aksh-bansal-dev/markdown-editor

Last synced: 25 days ago
JSON representation

Markdown editor built using Rust WebAssembly.

Awesome Lists containing this project

README

        

# markdown-editor
Markdown editor built using Rust WebAssembly.

## How to use
- Run `python3 -m http.server`
> Note: Use any web server supporting wasm.
- Visit [localhost](http://localhost:8000/public).

## Development
- Run `wasm-pack build --target web` to compile rust into wasm.