runtime: seed fastrand() with hardware randomness

This commit is contained in:
Damian Gryski
2024-09-18 12:28:55 -07:00
committed by Ayke
parent b3e1974c30
commit f3dfe1d49e
2 changed files with 10 additions and 4 deletions
+2 -2
View File
@@ -42,8 +42,8 @@ func TestBinarySize(t *testing.T) {
tests := []sizeTest{
// microcontrollers
{"hifive1b", "examples/echo", 4484, 280, 0, 2252},
{"microbit", "examples/serial", 2732, 388, 8, 2256},
{"wioterminal", "examples/pininterrupt", 6016, 1484, 116, 6816},
{"microbit", "examples/serial", 2808, 388, 8, 2256},
{"wioterminal", "examples/pininterrupt", 6064, 1484, 116, 6816},
// TODO: also check wasm. Right now this is difficult, because
// wasm binaries are run through wasm-opt and therefore the