NAME
Wasm::Wasmtime::Engine - Wasmtime engine class
VERSION
version 0.23
SYNOPSIS
use Wasm::Wasmtime;
my $engine = Wasm::Wasmtime::Engine->new;
DESCRIPTION
WARNING: WebAssembly and Wasmtime are a moving target and the interface for these modules is under active development. Use with caution.
This class represents the main WebAssembly engine. It can optionally be configured with a Wasm::Wasmtime::Config object.
CONSTRUCTOR
new
my $engine = Wasm::Wasmtime::Engine->new;
my $engine = Wasm::Wasmtime::Engine->new(
$config, # Wasm::Wasmtime::Config
);
Creates a new instance of the engine class.
SEE ALSO
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.