Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 68bc98f

Browse files
committedJun 12, 2025·
📃 docs: update readme
1 parent 08834dd commit 68bc98f

File tree

1 file changed

+17
-12
lines changed

1 file changed

+17
-12
lines changed
 

‎README.md

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -102,33 +102,38 @@ For Chinese users, you can also browse the [media](https://space.bilibili.com/53
102102
npm install
103103
```
104104

105-
3. Set up WebAssembly dependencies
106-
```bash
107-
npm run setup:wasm
108-
```
109-
110105
### Development
111106

112107
Start the development server:
113108

114109
```bash
115-
npm run dev
110+
npm run dev # Launches at http://localhost:8080
116111
```
117112

118113
### Building
119114

120-
Build the WebAssembly module:
121-
122-
```bash
123-
npm run build:wasm
124-
```
125-
126115
Build the application:
127116

128117
```bash
129118
npm run build
130119
```
131120

121+
### Building wasm
122+
123+
if you want to build wasm by yourself, you can use the following commands:
124+
125+
1. Set up WebAssembly dependencies(if you have not installed them yet)
126+
127+
```bash
128+
npm run setup:wasm
129+
```
130+
131+
2. Build the WebAssembly module:
132+
133+
```bash
134+
npm run build:wasm
135+
```
136+
132137
## Development Status
133138

134139
⚠️ **Early Development Notice**

0 commit comments

Comments
 (0)
Please sign in to comment.