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

Binary patching rust hot-reloading, sub-second rebuilds, independent server/client hot-reload #3797

Draft
wants to merge 48 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
ed53d2f
wip: inline object diffing logic
jkelleyrtp Feb 25, 2025
309e5e6
inline more logic
jkelleyrtp Feb 25, 2025
5e2c247
fix new linker
jkelleyrtp Feb 25, 2025
609f595
wip
jkelleyrtp Feb 26, 2025
dda3167
mostly applied
jkelleyrtp Feb 26, 2025
68becb3
smaller refactor
jkelleyrtp Feb 27, 2025
2d6bb37
dont need app
jkelleyrtp Feb 28, 2025
981bd1a
finish wiring some stuff together
jkelleyrtp Feb 28, 2025
846d999
wip....
jkelleyrtp Mar 1, 2025
72a76c3
fix missing statics with --whole-archive
jkelleyrtp Mar 2, 2025
db3aaaf
wip: wire up jump table
jkelleyrtp Mar 11, 2025
88efabf
drop hot-fn
jkelleyrtp Mar 11, 2025
12ad69c
rt in core
jkelleyrtp Mar 11, 2025
320dee8
mostly finish migration
jkelleyrtp Mar 12, 2025
41eec1b
clean up prototype code a bit
jkelleyrtp Mar 12, 2025
fe61fee
more cleanups
jkelleyrtp Mar 12, 2025
862c6ea
arbitrary callbacks work, switch to websocket
jkelleyrtp Mar 18, 2025
8fa7259
docs, panic, wip unwind system
jkelleyrtp Mar 18, 2025
b08f255
macos, ios, working. windows/linux not tested by theoretically working?
jkelleyrtp Mar 19, 2025
b87c665
more formal target support
jkelleyrtp Mar 19, 2025
35096fb
wip: fairly thick refactor
jkelleyrtp Mar 20, 2025
dcf5446
get back to compiling state
jkelleyrtp Mar 20, 2025
429cb87
... fix compilation whoops
jkelleyrtp Mar 20, 2025
37bceae
switch to using proper patching instead of runtime lookups
jkelleyrtp Mar 21, 2025
1e095a9
bidirectional websocket
jkelleyrtp Mar 21, 2025
79b82cc
i somehow broke it... one sec
jkelleyrtp Mar 21, 2025
4f44029
checkpoint - mac and ios
jkelleyrtp Mar 21, 2025
63ab8f2
hot-patch work on android
jkelleyrtp Mar 22, 2025
6c8c072
wip, get harness compiling on wasm
jkelleyrtp Mar 22, 2025
dc6b110
build wasm
jkelleyrtp Mar 22, 2025
c11d76c
wip: wasm
jkelleyrtp Mar 22, 2025
6eec643
wasm is very very close
jkelleyrtp Mar 23, 2025
5297bbb
goly gee wasm hot patching works
jkelleyrtp Mar 23, 2025
4eccd45
clean up impl a bit
jkelleyrtp Mar 24, 2025
438e782
auto assemble jump table
jkelleyrtp Mar 24, 2025
b22ca5d
add websocket support for web
jkelleyrtp Mar 24, 2025
880ef29
hmmmmmm
jkelleyrtp Mar 25, 2025
d731787
back to stable point
jkelleyrtp Mar 25, 2025
a9ad5f0
aha! wasm works completely
jkelleyrtp Mar 25, 2025
ddbbd4d
dlopen wasm manually
jkelleyrtp Mar 26, 2025
84f98fe
fix stability issues with wasm implementation
jkelleyrtp Mar 27, 2025
18a8de1
fixup linker location
jkelleyrtp Mar 28, 2025
cb718a5
clean up a bit
jkelleyrtp Mar 28, 2025
216749c
more cleanup
jkelleyrtp Mar 28, 2025
aecf1a5
generalize for any host a bit more
jkelleyrtp Mar 28, 2025
3b53a46
cleanout old build artifacts
jkelleyrtp Mar 28, 2025
80724b7
wip, consolidate toast logc
jkelleyrtp Mar 30, 2025
5dc45ae
add back assets to dx, fix event in harness
jkelleyrtp Mar 30, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,7 @@
// "rust-analyzer.check.allTargets": true,
// we don't want the formatter to kick in while we're working on dioxus itself
"dioxus.formatOnSave": "disabled",
"cSpell.words": [
"subsecond"
],
}
Loading