https://github.com/sendilkumarn/wasm-markdown
A markdown parser with WebAssembly
https://github.com/sendilkumarn/wasm-markdown
Last synced: about 2 months ago
JSON representation
A markdown parser with WebAssembly
- Host: GitHub
- URL: https://github.com/sendilkumarn/wasm-markdown
- Owner: sendilkumarn
- Created: 2019-08-28T10:21:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T22:10:28.000Z (about 3 years ago)
- Last Synced: 2024-12-29T15:10:56.589Z (about 1 year ago)
- Language: JavaScript
- Size: 713 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wasm-markdown
> **Kickstart your Rust and WebAssembly project!**
## A Markdown parser with WebAssembly
## 🔋 Batteries Included
* `npm run start` -- Serve the project locally for development at
`http://localhost:8080`.
* `npm run build` -- Bundle the project (in production mode).