Skip to main content


@Perl @plicease's #WebAssembly in #Perl distribution https://metacpan.org/pod/Wasm (using #Wasmtime) now has competition in the form of Felipe Gasper's #Wasmer-based https://metacpan.org/pod/Wasm::Wasmer.

With @PerlFFI's ability to build Perl extensions in C, C++, #Rust, #GoLang, #Pascal (!), #Fortran (!!), and even #assembly (!!!), you can plug just about any high-performance code into Perl.

#programming #coding #SoftwareDevelopment
in reply to Mark Gardner

I'm very happy for there to be competition btw- and am open to Wasm.pm maybe using Wasm::Wasmer in the future either optionally or instead of Wasm::Wasmtime.