We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f29567a commit 9b2ea62Copy full SHA for 9b2ea62
pedalboard/juce_overrides/juce_argv_argc.cpp
@@ -0,0 +1,6 @@
1
+#ifdef JUCE_WASM
2
+namespace juce {
3
+const char *const *juce_argv = nullptr;
4
+int juce_argc = 0;
5
+} // namespace juce
6
+#endif
0 commit comments