165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
|
<pre>%html([wapp-debug-env])</pre>
}
}
wapp-start $argv
Many Wapp applications contain an /env page for debugging and
trouble-shooting purpose. Examples:
<https://sqlite.org/checklists/env> and
<https://sqlite.org/search?env=1>
2.1 Binary Resources
--------------------
Here is another variation on the same "hello, world" program that adds an
|
|
|
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
|
<pre>%html([wapp-debug-env])</pre>
}
}
wapp-start $argv
Many Wapp applications contain an /env page for debugging and
trouble-shooting purpose. Examples:
<https://sqlite.org/src/ext/checklist/top/env> and
<https://sqlite.org/search?env=1>
2.1 Binary Resources
--------------------
Here is another variation on the same "hello, world" program that adds an
|