Skip to content

freeshineit/wasm_markdown

Repository files navigation

Wasm Markdown

build

Description

Wasm parse markdown

Demo

demo

Use

#
yarn install

# development
yarn run dev

# production
yarn run build

# https://github.com/http-party/http-server
# version >= 14
cd docs && http-server -p 8080

Catalogue

.
├── LICENSE
├── README.md
├── app            # FE
│   ├── index.ts
│   └── style.scss
├── package.json
├── public        # static files
│   └── index.html
├── tests         # test
│   └── web.rs  
├── wasm  
│   ├── pkg       # wasm-pack compiled product
│   ├── src
│   └── target    # rust target
├── webpack.config.js
└── yarn.lock