Proof of concept demo for making non-deterministic functions deterministic through WASM
Described in detail at https://www.bartoszsypytkowski.com/wasm-replayable-functions/.
Demo comes in two parts:
- wasm-script: Rust user script to be executed within WASM module. See README for compilation notes.
- host: a nodejs execution environment to setup and run WASM code.