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).
This commit is contained in:
Ayke van Laethem
2021-07-31 15:10:18 +02:00
committed by Ron Evans
parent ab47cea055
commit 478c592b13
7 changed files with 37 additions and 26 deletions
-1
View File
@@ -3,4 +3,3 @@ ENV2: VALUE2
arg: first
arg: second
random number check was successful