diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 431b96b..d74c466 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,4 +13,4 @@ jobs: - uses: actions/checkout@v4 - uses: WebAssembly/wit-abi-up-to-date@v22 with: - wit-bindgen: '0.33.0' + wit-bindgen: '0.36.0' diff --git a/imports.md b/imports.md index 597b930..122be7c 100644 --- a/imports.md +++ b/imports.md @@ -2,13 +2,13 @@
wasi:random/random@0.2.2
wasi:random/insecure@0.2.2
wasi:random/insecure-seed@0.2.2
wasi:random/random@0.2.3
wasi:random/insecure@0.2.3
wasi:random/insecure-seed@0.2.3
WASI Random is a random data API.
It is intended to be portable at least between Unix-family platforms and Windows.
@@ -41,7 +41,7 @@ represented as au64
.
-The insecure interface for insecure pseudo-random numbers.
It is intended to be portable at least between Unix-family platforms and Windows.
@@ -70,7 +70,7 @@ a long period. -The insecure-seed interface for seeding hash-map DoS resistance.
It is intended to be portable at least between Unix-family platforms and Windows.
diff --git a/wit/insecure-seed.wit b/wit/insecure-seed.wit index cdea716..67d024d 100644 --- a/wit/insecure-seed.wit +++ b/wit/insecure-seed.wit @@ -1,4 +1,4 @@ -package wasi:random@0.2.2; +package wasi:random@0.2.3; /// The insecure-seed interface for seeding hash-map DoS resistance. /// /// It is intended to be portable at least between Unix-family platforms and diff --git a/wit/insecure.wit b/wit/insecure.wit index b71e858..a07dfab 100644 --- a/wit/insecure.wit +++ b/wit/insecure.wit @@ -1,4 +1,4 @@ -package wasi:random@0.2.2; +package wasi:random@0.2.3; /// The insecure interface for insecure pseudo-random numbers. /// /// It is intended to be portable at least between Unix-family platforms and diff --git a/wit/random.wit b/wit/random.wit index 0c57e8c..91957e6 100644 --- a/wit/random.wit +++ b/wit/random.wit @@ -1,4 +1,4 @@ -package wasi:random@0.2.2; +package wasi:random@0.2.3; /// WASI Random is a random data API. /// /// It is intended to be portable at least between Unix-family platforms and diff --git a/wit/world.wit b/wit/world.wit index 16d68ac..0c1218f 100644 --- a/wit/world.wit +++ b/wit/world.wit @@ -1,4 +1,4 @@ -package wasi:random@0.2.2; +package wasi:random@0.2.3; @since(version = 0.2.0) world imports {