Skip to content

Commit 15ea241

Browse files
authored
use "wat" code block syntax as well
1 parent eb13017 commit 15ea241

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

slides/presentation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ int factorial(int n) {
8686
```
8787
8888
WebAssembly .wat text format:
89-
```
89+
```wat
9090
(func (param i64) (result i64)
9191
local.get 0
9292
i64.eqz
@@ -104,7 +104,7 @@ WebAssembly .wat text format:
104104

105105
WebAssembly .wasm binary format:
106106

107-
```
107+
```hex
108108
00 61 73 6D 01 00 00 00
109109
01 06 01 60 01 7E 01 7E
110110
03 02 01 00

0 commit comments

Comments
 (0)