Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
d5ce820
start work on wasm stuff
nab138 May 7, 2026
2845633
wasm patches
nab138 May 17, 2026
19f2c74
Merge remote-tracking branch 'origin/main' into wasm
nab138 May 20, 2026
3055b07
Real wasm support finally
nab138 May 22, 2026
6f6a34d
Add about to sign callback
nab138 May 25, 2026
22c06e3
Add progress callback
nab138 May 25, 2026
6a900ef
async progress callback
nab138 May 25, 2026
8f96150
Bump version
nab138 May 25, 2026
fd54fc4
oops wrong signature
nab138 May 25, 2026
07a506c
actually await the progress callback
nab138 May 25, 2026
f399393
await signing too
nab138 May 25, 2026
626b637
tweak progress values
nab138 May 25, 2026
c43b422
Update apple-codesign
nab138 May 27, 2026
8c3ee54
Update apple-codesign
nab138 May 28, 2026
c6d8a1e
Smoother progress updates for installation
nab138 May 28, 2026
3a2e6f3
Allow specifying custom proxy url
nab138 May 29, 2026
243df31
fix example compilation
nab138 Jul 22, 2026
9f09ec4
Merge branch 'wasm' of https://github.com/nab138/isideload into wasm
nab138 Jul 22, 2026
05cb8f8
Merge remote-tracking branch 'origin/main' into wasm
nab138 Jul 29, 2026
29f37c8
Bring back async 2fa callback
nab138 Jul 29, 2026
dc7c14a
Bump version
nab138 Jul 29, 2026
600d36a
TwoFactorCallback recieves a result instead of raw response
nab138 Jul 29, 2026
7051def
Allow TwoFactorCallback to not be Send on wasm
nab138 Jul 30, 2026
39bdde1
Add Serailize & Deserialize to TwoFactorCallbackResponse
nab138 Jul 30, 2026
d5d41e0
Send last error to 2fa callback to be displayed
nab138 Jul 31, 2026
f55ec5c
Clear last error after sending
nab138 Jul 31, 2026
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
@@ -0,0 +1,3 @@
// {
// "rust-analyzer.cargo.target": "wasm32-unknown-unknown"
// }
Loading
Loading