Source code for polywrap_wasm.linker.env

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

from .types import BaseWrapLinker


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