From 478c592b131b21506e50ed1793b09689f0da456f Mon Sep 17 00:00:00 2001 From: Ayke van Laethem Date: Sat, 31 Jul 2021 15:10:18 +0200 Subject: wasm: add support for the crypto/rand package This is done via wasi-libc and the WASI interface, for ease of maintenance (only one implementation for both WASI and JS/browsers). --- testdata/rand.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 testdata/rand.txt (limited to 'testdata/rand.txt') diff --git a/testdata/rand.txt b/testdata/rand.txt new file mode 100644 index 000000000..d6b8162f7 --- /dev/null +++ b/testdata/rand.txt @@ -0,0 +1 @@ +random number check was successful -- cgit v1.2.3