Markdown editor built using Rust WebAssembly.
https://aksh-bansal-dev.github.io/markdown-editor/
- Run
python3 -m http.server
Note: Use any web server supporting wasm.
- Visit localhost.
- Run
wasm-pack build --target web
to compile rust into wasm.
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.