Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
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
1 change: 1 addition & 0 deletions arch/wasm/configs/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ CONFIG_INET=y
CONFIG_IP_PNP=y
# CONFIG_IPV6 is not set
CONFIG_VSOCKETS=y
CONFIG_VSOCKETS_LOOPBACK=y
CONFIG_VIRTIO_VSOCKETS=y
CONFIG_DEVTMPFS=y
# CONFIG_STANDALONE is not set
Expand Down
1 change: 1 addition & 0 deletions tools/wasm/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ export {
type VsockConnection,
type VsockDevice,
vsockDevice,
type VsockListener,
} from "./virtio/vsock.ts";

type MaybePromise<T> = T | PromiseLike<T>;
Expand Down
Loading
Loading