Skip to content

Commit da47639

Browse files
committed
docs: add Q&A section about moonbitlang/async in README
Explain why moonbitlang/async is not supported by the js backend
1 parent 08c48e9 commit da47639

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,11 @@ let app = @mocket.new(logger=@mocket.new_debug_logger())
206206
| `group("/api", ...).get("/hello")` | `/api/hello` | - |
207207
| `group("/users", ...).get("/:id")` | `/users/123` | `id: "123"` |
208208

209+
## Q & A
210+
### Why not moonbitlang/async ?
211+
212+
moonbitlang/async is a great library, but it is not supported by the js backend.
213+
209214
🙌快来吧!🙌
210215

211216
QQ 群号:**949886784**

0 commit comments

Comments
 (0)