最近

**nearest** 指令用于获取四舍五入到最近整数的数字的值。

试试看

语法

wasm
;; load a number onto the stack
f32.const -2.7

;; round to the nearest integer
f32.nearest

;; the top item on the stack will now be -3
指令 二进制操作码
f32.nearest 0x90
f64.nearest 0x9e