Closed bryanmcquade closed 2 years ago
Want to add tests in https://github.com/proxy-wasm/proxy-wasm-cpp-host/blob/master/test/exports_test.cc ?
Want to add tests in https://github.com/proxy-wasm/proxy-wasm-cpp-host/blob/master/test/exports_test.cc ?
Done, PTAL.
With this change, random_get will return an error for buffers larger than 64kB. This is consistent with the JavaScript Crypto.getRandomValues() maximum buffer size.