平方根sqrt 指令,简称 平方根,用于获取数字的平方根。试一试语法wasm;; load a number onto the stack f32.const 289 ;; get the square root of 289 f32.sqrt ;; the top item on the stack will now be 17 指令 二进制操作码 f32.sqrt 0x91 f64.sqrt 0x9f