abrown commented on issue #3261:
What do you mean by "allow seeing Module functions" (debug-level, API-level, unwinding-level)? And what feature in Wasmtime is the one that allows you to do that?
fitzgen commented on issue #3261:
What do you mean by "allow seeing Module functions" (debug-level, API-level, unwinding-level)? And what feature in Wasmtime is the one that allows you to do that?
Without the
craneliftfeature enabled you can't compile any Wasm, only load pre-compiled modules.
Last updated: Dec 13 2025 at 19:03 UTC