Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/contribute/debug-programs.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Convert existing `.wasm` file to `.wat` format:

```bash
wasm2wat <filename.wasm> --enable-all -o <filename.wat>
````
```

2. Add Debug Calls

Expand Down Expand Up @@ -131,7 +131,7 @@ call $__lind_debug_str
drop
```

> �~Z| �~O **Warning:** Use the offset of the pre-defined string in the binary. Defining a new string at an uncalculated offset might resultsegmentation fault.
> ⚠️ **Warning:** Use the offset of the pre-defined string in the binary. Defining a new string at an uncalculated offset might result in segmentation fault.

3. Recompile to WASM

Expand Down