/snap-rust-rng

Primary LanguageTypeScriptApache License 2.0Apache-2.0

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:

yarn build
yarn start

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