[PR #4307] [MERGED] chore: lib-dispatch wasm build #6188

Closed
opened 2026-03-23 22:22:06 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/4307
Author: @appflowy
Created: 1/5/2024
Status: Merged
Merged: 1/5/2024
Merged by: @appflowy

Base: mainHead: dispatch_wasm_build


📝 Commits (4)

📊 Changes

11 files changed (+85 additions, -77 deletions)

View changed files

📝 frontend/appflowy_tauri/src-tauri/Cargo.lock (+10 -10)
📝 frontend/rust-lib/.gitignore (+1 -0)
📝 frontend/rust-lib/Cargo.lock (+14 -10)
📝 frontend/rust-lib/event-integration/Cargo.toml (+1 -1)
📝 frontend/rust-lib/flowy-core/Cargo.toml (+1 -1)
📝 frontend/rust-lib/flowy-core/src/lib.rs (+6 -5)
📝 frontend/rust-lib/lib-dispatch/Cargo.toml (+14 -7)
📝 frontend/rust-lib/lib-dispatch/src/dispatcher.rs (+20 -24)
📝 frontend/rust-lib/lib-dispatch/src/runtime.rs (+10 -12)
📝 frontend/rust-lib/lib-dispatch/src/service/boxed.rs (+4 -4)
📝 frontend/rust-lib/lib-dispatch/tests/api/module.rs (+4 -3)

📄 Description

PR Checklist

  • My code adheres to AppFlowy's Conventions
  • I've listed at least one issue that this PR fixes in the description above.
  • I've added a test(s) to validate changes in this PR, or this PR only contains semantic changes.
  • All existing tests are passing.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/AppFlowy-IO/AppFlowy/pull/4307 **Author:** [@appflowy](https://github.com/appflowy) **Created:** 1/5/2024 **Status:** ✅ Merged **Merged:** 1/5/2024 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `dispatch_wasm_build` --- ### 📝 Commits (4) - [`cdf226a`](https://github.com/AppFlowy-IO/AppFlowy/commit/cdf226aaed3b740e701d606923d32efba825658b) chore: lib-dispatch wasm build - [`b5f2b5e`](https://github.com/AppFlowy-IO/AppFlowy/commit/b5f2b5e7c9b19b60e35ac3a32bac76083ae9e904) chore: add wasm crate - [`31db1c4`](https://github.com/AppFlowy-IO/AppFlowy/commit/31db1c49e7fd3c17c3dfb7400475a3bcf56f5de7) chore: add wasm demo - [`59aba93`](https://github.com/AppFlowy-IO/AppFlowy/commit/59aba93d92231be5ddda63eef2e56bf8023282c7) chore: fix test ### 📊 Changes **11 files changed** (+85 additions, -77 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_tauri/src-tauri/Cargo.lock` (+10 -10) 📝 `frontend/rust-lib/.gitignore` (+1 -0) 📝 `frontend/rust-lib/Cargo.lock` (+14 -10) 📝 `frontend/rust-lib/event-integration/Cargo.toml` (+1 -1) 📝 `frontend/rust-lib/flowy-core/Cargo.toml` (+1 -1) 📝 `frontend/rust-lib/flowy-core/src/lib.rs` (+6 -5) 📝 `frontend/rust-lib/lib-dispatch/Cargo.toml` (+14 -7) 📝 `frontend/rust-lib/lib-dispatch/src/dispatcher.rs` (+20 -24) 📝 `frontend/rust-lib/lib-dispatch/src/runtime.rs` (+10 -12) 📝 `frontend/rust-lib/lib-dispatch/src/service/boxed.rs` (+4 -4) 📝 `frontend/rust-lib/lib-dispatch/tests/api/module.rs` (+4 -3) </details> ### 📄 Description #### PR Checklist - [ ] My code adheres to [AppFlowy's Conventions](https://docs.appflowy.io/docs/documentation/software-contributions/conventions) - [ ] I've listed at least one issue that this PR fixes in the description above. - [ ] I've added a test(s) to validate changes in this PR, or this PR only contains semantic changes. - [ ] All existing tests are passing. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 22:22:06 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
AppFlowy-IO/AppFlowy#6188
No description provided.