Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@yoshuawuyts
Copy link
Member

Pulls in the latest WASI WIT definitions (v0.2.5). This was mechanically generated by running the following command:

echo 'io = "https://github.com/WebAssembly/wasi-io/archive/v0.2.5.tar.gz"
random = "https://github.com/WebAssembly/wasi-random/archive/v0.2.5.tar.gz"
clocks = "https://github.com/WebAssembly/wasi-clocks/archive/v0.2.5.tar.gz"
filesystem = "https://github.com/WebAssembly/wasi-filesystem/archive/v0.2.5.tar.gz"
sockets = "https://github.com/WebAssembly/wasi-sockets/archive/v0.2.5.tar.gz"
cli = "https://github.com/WebAssembly/wasi-cli/archive/v0.2.5.tar.gz"
http = "https://github.com/WebAssembly/wasi-http/archive/v0.2.5.tar.gz"' > deps.toml
wit-deps -d wasip2 -m deps.toml -l deps.lock
rm deps.toml
rm deps.lock

Thanks!

@yoshuawuyts yoshuawuyts merged commit 350457d into WebAssembly:main Apr 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant