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 8e9afcc commit 207ba15Copy full SHA for 207ba15
examples/Wasm_Blink/Wasm_Blink.ino
@@ -179,7 +179,7 @@ void wasm_task(void*)
179
result = m3_FindFunction (&f, runtime, "_start");
180
if (result) FATAL("FindFunction", result);
181
182
- Serial.println("Running WebAssembly...\n");
+ Serial.println("Running WebAssembly...");
183
184
const char* i_argv[1] = { NULL };
185
result = m3_CallWithArgs (f, 0, i_argv);
0 commit comments