Module wasmtime.loader

This module is a custom loader for Python which enables importing wasm files directly into Python programs simply through usage of the import statement.

You can import this module with import wasmtime.loader and then afterwards you can import your_wasm_file which will automatically compile and instantiate your_wasm_file.wasm and hook it up into Python's module system.