Minmin 指令用于获取两个数字中较小的一个。试一试语法wasm;; load two numbers onto the stack f32.const 10 f32.const 3 ;; get lower number f32.min ;; the top item on the stack will now be 3 指令 二进制操作码 f32.min 0x96 f64.min 0xa4