Skip to content

Enable debugging wasm modules with a native debugger in hyperlight-wasm #684

@dblnz

Description

@dblnz

To debug wasm modules/components with a native debugger we need to have support for debug-builtins feature in the wasmtime integration of hyperlight-wasm.
For now this is only supported with std support. To allow this to work, we need to change the debug-builtins feature of wasmtime to work on no-std environment.

After discussing on Zulip with Alex, he mentioned that all the features have automatically been set to std, adding no-std support might be simple, we need to look into it.

Metadata

Metadata

Assignees

Labels

lifecycle/confirmedBug is verified or proposal seems reasonable

Type

Projects

Status

In Progress

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions