Skip to content

Commit 5a4efe1

Browse files
ClaireE2025urish
authored andcommitted
Update faq.md adding wokwi offline question
adding wokwi offline question
1 parent b685183 commit 5a4efe1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/faq.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ There are many factors that can affect the simulation speed. Here are some tips
2222
- Chrome is usually faster than Firefox.
2323
- For ESP32 / Pi Pico code, adding a `delay(10);` call at the beginning of `loop()` can help, as the simulator will have less work to do while the microcontroller is sleeping.
2424

25+
## How can I use Wokwi offline?
26+
27+
Wokwi offers an offline mode through the Wokwi for VS Code extension. To set it up and learn more, visit the official guide here: [Wokwi Offline Mode Documentation](https://docs.wokwi.com/vscode/offline-mode).
28+
2529
## How does Wokwi work?
2630

2731
Wokwi compiles your code into a binary firmware, and then executes the binary firmware one instruction at a time, as a real microcontroller would. If you want to learn about the internals, check out the following resources:

0 commit comments

Comments
 (0)