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: Nov 22 2024 at 16:03 UTC