-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add random_get()
to the ABI
#12
Comments
@mandarjog it's now supported in cpp-host proxy-wasm/proxy-wasm-cpp-host#68, and it's upstreamed to Envoy's master branch envoyproxy/envoy#13606 |
How can this be called from Rust? Cannot find a mention of it in the Rust SDK |
See the answer in the other issue you've opened in the Rust SDK. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A high quality random number is needed for many reasons inside a Wasm module.
wasi_ephemeral_random.get defines such an API. proxy_wasm should use or define a compatible API.
The text was updated successfully, but these errors were encountered: