You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.