We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe0c272 commit 0d78706Copy full SHA for 0d78706
wasm_apps/README.md
@@ -28,7 +28,8 @@ To rebuild, use `npm run build` or `build.sh`.
28
## TinyGo app
29
30
For TinyGo, the LED pin is currently hardcoded in the app.
31
-To rebuild, use `build.sh`.
+To rebuild, use `build.sh`.
32
+When using TinyGo, be sure to change the main function from `_start` to `cwa_main`.
33
34
35
**Note:** for all examples, the resulting `wasm` binary is converted to a C header using `xxd`.
0 commit comments