Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Wasm Sockets
Manage
Activity
Members
Labels
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Microhacks
Wasm Sockets
Graph
2833c53b00ece6a1b15e49e8cdbba53164b7922a
Select Git revision
Branches
2
feature/CloseConnection
main
default
protected
2 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
31
Jul
23
Jan
20
17
6
Jan
24
Dec
23
Remove rogue semi
feature/CloseCo…
feature/CloseConnection
Add 'close' to EventClient and PollingClient
Bump to 0.2.2
main
main
Update docs to use Fn instead of FnMut
Merge branch 'fn-not-fn-mut' of https://github.com/ctm/wasm-sockets
Replace example echo server because echo.websocket.org is no longer operated
Uses dyn Fn instead of dyn FnMut so the callbacks are reentrant
Set docs.rs target
Improve compilation errors when compiling to incompatible targets
Remove unused dependency
Add Cargo.toml metadata
Create LICENSE
Fix readme syntax highlighting
Add docs to readme
Add readme
Fix panic on error
Add better error handling
Remove JsValue from on_connection
Fix warnings
Add panic hook to examples
Improve docs
Add HTML files to examples
Add documentation
Remove unused example
Rename BlockingClient to PollingClient
Finish BlockingClient
Improve API
Add message events
Add clients
Loading