Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/piotr-roslaniec/snap-rust-rng


https://github.com/piotr-roslaniec/snap-rust-rng

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# snap-rust-rng

This repo shows how to use Rust RNG in WASM-based snap projects. It provides a minimal example of the issue as well as a workaround.

## Problem description

See `rust-rng/README.md` for more details.

## Usage

First, follow instructions in `rust-rng/README.md`.

Then, run:

```bash
yarn build
yarn start
```

For more info, see original `README.md` in `README.old.md`.