blob: 3c5c39e352236fc403bcdd595bb7fb47a6a16a9e (
plain)
1
2
3
4
5
6
7
8
9
|
new WebAssembly.Module(wasmTextToBinary(`(module
(memory 1)
(func
(i64.trunc_s/f32 (f32.const 6.96875))
(i32.load8_s (i32.const 0))
(f32.const -7.66028056e-31)
(unreachable)
)
)`));
|