browser wasm
This commit is contained in:
parent
28fab2509b
commit
e8630528af
24 changed files with 2490 additions and 100 deletions
|
|
@ -26,4 +26,12 @@ export import :ClientHTTP;
|
|||
export import :ListenerHTTP;
|
||||
export import :HTTP;
|
||||
export import :ClientQUIC;
|
||||
export import :ListenerQUIC;
|
||||
export import :ListenerQUIC;
|
||||
export import :WebTransport;
|
||||
#ifndef CRAFTER_NETWORK_BROWSER
|
||||
// Exposed so user code can build WebTransport clients by hand against a
|
||||
// ClientQUIC until we ship a ClientWebTransport wrapper. Most callers do
|
||||
// not need the HTTP/3 frame helpers directly. Excluded from the browser
|
||||
// build — HTTP3 uses throw and the wasm target runs with -fno-exceptions.
|
||||
export import :HTTP3;
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue