We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04a4fb4 commit 503a50cCopy full SHA for 503a50c
examples/Wasm_Blink/Wasm_Blink.ino
@@ -16,7 +16,7 @@
16
#define WASM_STACK_SLOTS 1024
17
#define NATIVE_STACK_SIZE 32768
18
19
-// Most devices that cannot allocate a 64KiB wasm page
+// For (most) devices that cannot allocate a 64KiB wasm page
20
#define WASM_MEMORY_LIMIT 2048
21
22
/*
verification.txt
@@ -1,7 +1,7 @@
1
2
=== VERIFICATION HOWTO ===
3
4
-1. Open Blink example
5
-2. Adjust LED_BUILTIN if needed
+1. Open Wasm_Blink example
+2. Adjust LED_PIN if needed
6
3. Upload it to the board
7
4. The specified LED should blink
0 commit comments