A Linear congrential generator in WebAssembly using... WebAssembly.
Check it out here
Use wat2wasm
in the WebAseembly binary toolkit.
wat2wasm main.wat -o main.wasm
python3 -m http.server
or whatever webserver you want to use.
A Linear congrential generator in WebAssembly using... WebAssembly.
Check it out here
Use wat2wasm
in the WebAseembly binary toolkit.
wat2wasm main.wat -o main.wasm
python3 -m http.server
or whatever webserver you want to use.