Ruby 3.2.0 Released
Updated: 2022-12-25 00:00:00
Ruby A Programmer's Best Friend Home Downloads Documentation Libraries Community News Security About Ruby Menu Ruby 3.2.0 Released Posted by naruse on 25 Dec 2022 We are pleased to announce the release of Ruby 3.2.0. Ruby 3.2 adds many features and performance . improvements WASI based WebAssembly support This is an initial port of WASI based WebAssembly support . This enables a CRuby binary to be available on a Web browser , a Serverless Edge environment , or other kinds of WebAssembly WASI embedders . Currently this port passes basic and bootstrap test suites not using the Thread . API Background WebAssembly Wasm was originally introduced to run programs safely and fast in web browsers . But its objective running programs efficiently with security on various environment is long wanted