Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@


![solid-markdown-wasm](https://assets.solidjs.com/banner?type=solid-markdown-wasm&background=tiles&project=%20)

<p align="center">
Expand Down Expand Up @@ -319,11 +321,7 @@ You will need the following tools to compile from source
- [wasm-pack](https://github.com/rustwasm/wasm-pack "wasm-pack")
- [NodeJS/Bun](https://bun.sh/ "bun runtime")

Then run the following

```bash
bun run build
```
To compile the WASM runtime, run `wasm-pack build --target web --release` in the `markdown-renderer` directory. To build the JavaScript wrapper and bundle the package, run `bun run build` in the repository root.

## Performance Optimizations

Expand Down