Skip to content

Commit

Permalink
chore: Regen grain doc
Browse files Browse the repository at this point in the history
  • Loading branch information
spotandjake committed Feb 19, 2024
1 parent d7d97db commit 6fdc4ac
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions stdlib/runtime/debugPrint.md
Expand Up @@ -36,3 +36,27 @@ printF32 : (val: WasmF32) => Void
printF64 : (val: WasmF64) => Void
```

### DebugPrint.**toStringI32**

```grain
toStringI32 : (val: WasmI32) => String
```

### DebugPrint.**toStringI64**

```grain
toStringI64 : (val: WasmI64) => String
```

### DebugPrint.**toStringF32**

```grain
toStringF32 : (val: WasmF32) => String
```

### DebugPrint.**toStringF64**

```grain
toStringF64 : (val: WasmF64) => String
```

0 comments on commit 6fdc4ac

Please sign in to comment.