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
cranelift
feature enabled you can't compile any Wasm, only load pre-compiled modules.
Last updated: Jan 24 2025 at 00:11 UTC