Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
fc13f5f
fix: omit webrtc transport from compilation except some utilities and…
talentlessguy May 4, 2025
5f8ae00
wip spaghetti code for webtransport wasm
talentlessguy May 5, 2025
ce64d29
wip webtransport wasm demo
talentlessguy May 5, 2025
22b8320
Merge branch 'fix-wasm-compilation-alternate' into webtransport-wasm
talentlessguy May 5, 2025
59febe8
wip webtransport-wasm demo
talentlessguy May 5, 2025
70b469d
make it run continiously
talentlessguy May 5, 2025
a53b24c
add example readme
talentlessguy May 7, 2025
70e7d11
bring back `NormalizeMultiaddr`
talentlessguy May 7, 2025
6c52a8b
minor edits
talentlessguy May 9, 2025
143693a
fix: omit all transports for wasm by default
talentlessguy May 9, 2025
bb916bb
exclude tests and quic stuff from WASM target
talentlessguy May 10, 2025
9030cf8
exclude WebTransport from wasm target
talentlessguy May 10, 2025
d6d445f
fix build
talentlessguy May 10, 2025
b436663
exclude webrtc and websocket from compilation as well
talentlessguy May 10, 2025
c162d21
set private transport to an empty array by default for JS
talentlessguy May 10, 2025
4b161b3
exclude tcp and tcpreuse from JS as well
talentlessguy May 10, 2025
6f3a53c
disable compilation for tls for wasm
talentlessguy May 10, 2025
b67437e
exclude more tests from wasm
talentlessguy May 10, 2025
5549b9a
prevent config throwing a reflect error
talentlessguy May 10, 2025
5308876
Merge branch 'fix-wasm-compilation-alternate' of https://github.com/t…
talentlessguy May 14, 2025
f1df2bd
oops
talentlessguy May 14, 2025
21a175b
fix compilation
talentlessguy May 14, 2025
199288a
remove unused parameter causing reflect error
talentlessguy May 14, 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
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@
*.sqlog
*.qlog.zst
*.sqlog.zst

examples/webtransport-wasm/*.wasm
Loading
Loading