bytecodealliance / bytecodealliance/wasmtime-py

Wasmtime-py and randomness

Open
#244 10 comments 0 reactions 0 assignees View on GitHub
wasmtime c-api
Dominant language
Python
Stars
539
Forks
69
Avg merge
13m
Merged PRs (30d)
1

Description

I am using wasmtime-py to create a fully deterministic sandbox (for reproducible build purposes) for a toolchain. The toolchain uses `rand()` or similar for Monte Carlo method computations, which AFAICT requests randomness from wasmtime.

Is there a way to tell wasmtime to only produce deterministic randomness? Is that something I can do via wasmtime-py? What does it do by default?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.