NAME
Wasm::Wasmtime::FFI - Private class for Wasm::Wasmtime
VERSION
version 0.24
SYNOPSIS
$ perldoc Wasm
DESCRIPTION
WARNING: WebAssembly and Wasmtime are a moving target and the interface for these modules is under active development. Use with caution.
This is a private class used internally by Wasm::Wasmtime classes.
As of this writing this module targets the modern wasmtime C API (the wasmtime_context_t / wasmtime_store_t based interface), and was developed against Wasmtime 48.0.1. The old wasm-c-api object model (pre-1.0 Wasmtime) is no longer supported.
The location of the Wasmtime shared library must currently be provided via the WASM_WASMTIME_FFI environment variable (the full path to libwasmtime.so, libwasmtime.dylib or wasmtime.dll).
SEE ALSO
SEE ALSO
AUTHOR
Graham Ollis <plicease@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2020-2026 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.