From 357bf66fb8cc5a1813cb788e1953a71de30c4157 Mon Sep 17 00:00:00 2001 From: Pat Hickey Date: Fri, 10 Nov 2023 15:01:12 -0800 Subject: [PATCH] generate markdown --- imports.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/imports.md b/imports.md index b8b1608..4bd886c 100644 --- a/imports.md +++ b/imports.md @@ -2,13 +2,13 @@ -

Import interface wasi:random/random

+

Import interface wasi:random/random@0.2.0-rc-2023-11-10

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 a u64.

-

Import interface wasi:random/insecure

+

Import interface wasi:random/insecure@0.2.0-rc-2023-11-10

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.

-

Import interface wasi:random/insecure-seed

+

Import interface wasi:random/insecure-seed@0.2.0-rc-2023-11-10

The insecure-seed interface for seeding hash-map DoS resistance.

It is intended to be portable at least between Unix-family platforms and Windows.