Rust 1.70 and newer generates invalid op-codes
As seen here rust now generates opcodes which are considered enabled by default. In my case I am getting opcode 192 or 0xC0 which results in No opcode found: 192 from asmble. Not sure if there's an update to asmble that would support the new opcodes but will be exploring if wasm-opt can disable those now.