-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: more info about what exactly this is
Signed-off-by: deadprogram <[email protected]>
- Loading branch information
1 parent
2cbb97e
commit 42ea820
Showing
2 changed files
with
34 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
# Simple | ||
|
||
Simple example that loads the `ping.wasm` program that has is embedded into the runtime. | ||
|
||
``` | ||
tinygo build -o simple.uf2 -size short -target pybadge -opt=2 ./examples/simple | ||
tinygo flash -size short -target pybadge -monitor ./examples/simple | ||
``` |