Skip to content

Commit

Permalink
Add print_loop build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
mikelsr committed Aug 13, 2024
1 parent fccccb1 commit 2d91a4a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/wasm/print_loop/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Print Loop

Prints a new line with the text `nop` every second, forever.

Compile with:
```rustc main.rs --target wasm32-wasi```

0 comments on commit 2d91a4a

Please # to comment.