Markdown editor built using Rust WebAssembly.
https://aksh-bansal-dev.github.io/markdown-editor/
- Run
python3 -m http.serverNote: Use any web server supporting wasm.
- Visit localhost.
- Run
wasm-pack build --target webto compile rust into wasm.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Markdown editor built using Rust WebAssembly.
https://aksh-bansal-dev.github.io/markdown-editor/
python3 -m http.server
Note: Use any web server supporting wasm.
wasm-pack build --target web to compile rust into wasm.