Module wasmtime.bindgen.generated.imports

Sub-modules

wasmtime.bindgen.generated.imports.environment
wasmtime.bindgen.generated.imports.exit
wasmtime.bindgen.generated.imports.preopens
wasmtime.bindgen.generated.imports.random
wasmtime.bindgen.generated.imports.stderr
wasmtime.bindgen.generated.imports.stdin
wasmtime.bindgen.generated.imports.stdout
wasmtime.bindgen.generated.imports.streams
wasmtime.bindgen.generated.imports.terminal_input
wasmtime.bindgen.generated.imports.terminal_output
wasmtime.bindgen.generated.imports.terminal_stderr
wasmtime.bindgen.generated.imports.terminal_stdin
wasmtime.bindgen.generated.imports.terminal_stdout
wasmtime.bindgen.generated.imports.types

Classes

class RootImports (streams: HostStreams,
types: HostTypes,
preopens: HostPreopens,
random: HostRandom,
environment: HostEnvironment,
exit: HostExit,
stdin: HostStdin,
stdout: HostStdout,
stderr: HostStderr,
terminal_input: HostTerminalInput,
terminal_output: HostTerminalOutput,
terminal_stdin: HostTerminalStdin,
terminal_stdout: HostTerminalStdout,
terminal_stderr: HostTerminalStderr)
Expand source code
@dataclass
class RootImports:
    streams: HostStreams
    types: HostTypes
    preopens: HostPreopens
    random: HostRandom
    environment: HostEnvironment
    exit: HostExit
    stdin: HostStdin
    stdout: HostStdout
    stderr: HostStderr
    terminal_input: HostTerminalInput
    terminal_output: HostTerminalOutput
    terminal_stdin: HostTerminalStdin
    terminal_stdout: HostTerminalStdout
    terminal_stderr: HostTerminalStderr

RootImports(streams: wasmtime.bindgen.generated.imports.streams.HostStreams, types: wasmtime.bindgen.generated.imports.types.HostTypes, preopens: wasmtime.bindgen.generated.imports.preopens.HostPreopens, random: wasmtime.bindgen.generated.imports.random.HostRandom, environment: wasmtime.bindgen.generated.imports.environment.HostEnvironment, exit: wasmtime.bindgen.generated.imports.exit.HostExit, stdin: wasmtime.bindgen.generated.imports.stdin.HostStdin, stdout: wasmtime.bindgen.generated.imports.stdout.HostStdout, stderr: wasmtime.bindgen.generated.imports.stderr.HostStderr, terminal_input: wasmtime.bindgen.generated.imports.terminal_input.HostTerminalInput, terminal_output: wasmtime.bindgen.generated.imports.terminal_output.HostTerminalOutput, terminal_stdin: wasmtime.bindgen.generated.imports.terminal_stdin.HostTerminalStdin, terminal_stdout: wasmtime.bindgen.generated.imports.terminal_stdout.HostTerminalStdout, terminal_stderr: wasmtime.bindgen.generated.imports.terminal_stderr.HostTerminalStderr)

Class variables

var environmentHostEnvironment

The type of the None singleton.

var exitHostExit

The type of the None singleton.

var preopensHostPreopens

The type of the None singleton.

var randomHostRandom

The type of the None singleton.

var stderrHostStderr

The type of the None singleton.

var stdinHostStdin

The type of the None singleton.

var stdoutHostStdout

The type of the None singleton.

var streamsHostStreams

The type of the None singleton.

var terminal_inputHostTerminalInput

The type of the None singleton.

var terminal_outputHostTerminalOutput

The type of the None singleton.

var terminal_stderrHostTerminalStderr

The type of the None singleton.

var terminal_stdinHostTerminalStdin

The type of the None singleton.

var terminal_stdoutHostTerminalStdout

The type of the None singleton.

var typesHostTypes

The type of the None singleton.