Source code for polywrap_wasm.linker.get_implementations

"""This module contains the linker for the get_implementations family of Wasm imports."""
from wasmtime import FuncType, ValType

from .types import BaseWrapLinker


[docs]class WrapGetImplementationsLinker(BaseWrapLinker): """Linker for the get_implementations family of Wasm imports."""