.flake8
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
VERSION
mypy.ini
pyproject.toml
pytest.ini
ci/cbindgen.py
ci/download-wasmtime.py
ci/wasi_snapshot_preview1.reactor.wasm
ci/_custom_build/backend.py
examples/README.md
examples/gcd.py
examples/gcd.wat
examples/hello.py
examples/hello.wat
examples/linking.py
examples/linking1.wat
examples/linking2.wat
examples/memory.py
examples/memory.wat
examples/multi.py
examples/multi.wat
tests/__init__.py
tests/test_config.py
tests/test_engine.py
tests/test_func.py
tests/test_global.py
tests/test_instance.py
tests/test_linker.py
tests/test_memory.py
tests/test_module.py
tests/test_refs.py
tests/test_shared_memory.py
tests/test_store.py
tests/test_table.py
tests/test_trap.py
tests/test_types.py
tests/test_value.py
tests/test_wasi.py
tests/test_wat2wasm.py
tests/component/test_component.py
tests/component/test_func.py
tests/component/test_instance.py
tests/component/test_linker.py
tests/component/test_types.py
tests/component/test_value.py
wasmtime/__init__.py
wasmtime/_bindings.py
wasmtime/_config.py
wasmtime/_engine.py
wasmtime/_error.py
wasmtime/_exportable.py
wasmtime/_extern.py
wasmtime/_ffi.py
wasmtime/_func.py
wasmtime/_globals.py
wasmtime/_instance.py
wasmtime/_linker.py
wasmtime/_managed.py
wasmtime/_memory.py
wasmtime/_module.py
wasmtime/_sharedmemory.py
wasmtime/_slab.py
wasmtime/_store.py
wasmtime/_table.py
wasmtime/_trap.py
wasmtime/_types.py
wasmtime/_value.py
wasmtime/_wasi.py
wasmtime/_wat2wasm.py
wasmtime/py.typed
wasmtime.egg-info/PKG-INFO
wasmtime.egg-info/SOURCES.txt
wasmtime.egg-info/dependency_links.txt
wasmtime.egg-info/requires.txt
wasmtime.egg-info/top_level.txt
wasmtime/component/__init__.py
wasmtime/component/_component.py
wasmtime/component/_enter.py
wasmtime/component/_func.py
wasmtime/component/_instance.py
wasmtime/component/_linker.py
wasmtime/component/_resource_type.py
wasmtime/component/_resources.py
wasmtime/component/_types.py