Wasm::Wasmtime::Engine - Wasmtime engine class
version 0.23
use Wasm::Wasmtime; my $engine = Wasm::Wasmtime::Engine->new;
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.
my $engine = Wasm::Wasmtime::Engine->new; my $engine = Wasm::Wasmtime::Engine->new( $config, # Wasm::Wasmtime::Config );
Creates a new instance of the engine class.
Graham Ollis <plicease@cpan.org>
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.