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 650160b commit e76ffd8Copy full SHA for e76ffd8
docs/source/usage/network.rst
@@ -45,6 +45,12 @@ Authorizing network access can be done in multiple ways:
45
with :cpp:func:`proj_context_set_network_callbacks`. Enabling network use
46
must still be done with one of the above mentioned method.
47
48
+Emscripten
49
+^^^^^^^^^^
50
+
51
+To compile with emscripten (to produce a WASM file) with network capability,
52
+the CMake configure option `ENABLE_EMSCRIPTEN_FETCH` can be used.
53
54
Setting endpoint
55
----------------
56
0 commit comments