The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Test2::Plugin::Wasm - Test2 plugin for WebAssembly extensions

VERSION

version 0.23

SYNOPSIS

 use Test2::Plugin::Wasm;

DESCRIPTION

This Test2 plugin is for testing Wasm extensions. Right now, it sets wasmtime resource limits to work on systems with a low virtual memory address limit. It may do other thing that make sense for all Wasm extensions running in a testing context in the future.

SEE ALSO

Wasm

Write Perl extensions using WebAssembly.

AUTHOR

Graham Ollis <plicease@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2020-2022 by Graham Ollis.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.