Update Cookbook.md

extensions
Volodymyr Shymanskyy 3 years ago committed by GitHub
parent f9c62af53c
commit 461a7668b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -153,7 +153,7 @@ Limitations:
### WAT WASI app
Create `hello.wat`:
```
```wat
(module
;; wasi_unstable!fd_write(file_descriptor, *iovs, iovs_len, nwritten) -> status_code
(import "wasi_unstable" "fd_write" (func $fd_write (param i32 i32 i32 i32) (result i32)))

Loading…
Cancel
Save