(module
    (table 0 anyfunc)
    (memory $0 1)
    (export "memory" (memory $0))
    (export "main" (func $main))
    (func $main (; 0 ;) (result i32)
        (i32.const 42)
    )
)
    
Output: /