Summary
Implement the wasi:[email protected] imports world, including random, insecure, and insecure-seed.
Parent tracking issue: #55
Suggested implementation order: 8 / 14
Suggested dependencies
References
Acceptance criteria
- Native, web, and node expose the
wasi:random interfaces required by the imports world.
- Secure randomness is backed by appropriate platform sources and the insecure interfaces are implemented deliberately rather than accidentally.
- Node uses JS interop host adapters for random support instead of
node:wasi.
Summary
Implement the
wasi:[email protected]imports world, includingrandom,insecure, andinsecure-seed.Parent tracking issue: #55
Suggested implementation order: 8 / 14
Suggested dependencies
References
Acceptance criteria
wasi:randominterfaces required by theimportsworld.node:wasi.