Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: optimizing wasm experience #375

Merged
merged 3 commits into from
Oct 24, 2024
Merged

Conversation

driftluo
Copy link
Collaborator

@driftluo driftluo commented Oct 17, 2024

  1. Change target_arch = "wasm32" to target_family = "wasm"
  2. Fixed the issue that trait cannot impl Send in wasm
  3. Export MissedTickBehavior on Interval
  4. Optimize the timeout implementation of Yamux in WASM, use web-time on the browser, and use session-independent atomic size in WASI(Currently, tentacle does not support WASI, but Yamux and secio do.)
  5. Upgrade all dep (Requires rust version >= 1.80)

@driftluo driftluo requested a review from TheWaWaR as a code owner October 17, 2024 09:29
@driftluo driftluo force-pushed the optimizing-wasm-experience branch from fa4ac20 to f2f669a Compare October 17, 2024 09:32
@driftluo driftluo requested a review from quake October 17, 2024 09:46
@driftluo driftluo force-pushed the optimizing-wasm-experience branch from f8a956b to cefce8a Compare October 18, 2024 02:50
@driftluo driftluo force-pushed the optimizing-wasm-experience branch from cefce8a to 6f44967 Compare October 18, 2024 03:01
@driftluo driftluo force-pushed the optimizing-wasm-experience branch from 7aad564 to e1a46f4 Compare October 23, 2024 07:55
@driftluo driftluo merged commit 96fe296 into master Oct 24, 2024
7 checks passed
@driftluo driftluo deleted the optimizing-wasm-experience branch October 24, 2024 06:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants