pub fn is_stylus_program(bytecode: &[u8]) -> bool
Returns true if the bytecode is a Stylus WASM program.
true
Checks for the 3-byte discriminant prefix [0xEF, 0xF0, 0x00].
[0xEF, 0xF0, 0x00]