Alien-wasmtime

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

       api => 1,
       lib => [Alien::wasmtime->dynamic_libs],
     );

DESCRIPTION

    NOTE: If you want to call WebAssembly from Perl you want to use Wasm or
    Wasm::Wasmtime instead.

    This Alien provides wasmtime a library runtime for Wasm (WebAssembly).
    It's intended to be used by FFI (not XS) to build Wasm bindings for
    Perl.

METHODS

 dynamic_libs

     my @libs = Alien::wasmtime->dynamic_libs;

    Returns the list of libraries needed to use wasmtime via FFI.

lib/Alien/wasmtime.pm  view on Meta::CPAN

   lib => [Alien::wasmtime->dynamic_libs],
 );

=head1 DESCRIPTION

B<NOTE>: If you want to call WebAssembly from Perl you want to use
L<Wasm> or L<Wasm::Wasmtime> instead.

This L<Alien> provides C<wasmtime> a library runtime for Wasm
(WebAssembly).  It's intended to be used by FFI (not XS) to build
Wasm bindings for Perl.

=head1 METHODS

=head2 dynamic_libs

 my @libs = Alien::wasmtime->dynamic_libs;

Returns the list of libraries needed to use C<wasmtime> via FFI.

=head1 ENVIRONMENT



( run in 1.113 second using v1.01-cache-2.11-cpan-59e3e3084b8 )