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 34b0309 commit 9585c64Copy full SHA for 9585c64
site/source/docs/contributing/developers_guide.rst
@@ -158,7 +158,8 @@ If you change the layout of C structs or modify C defines that are used in
158
JavaScript library files you may need to modify ``tools/struct_info.json``. Any
159
time that file is modified or a struct layout is changed you will need to run
160
``./tools/gen_struct_info.py`` to re-generate the information used by
161
-JavaScript.
+JavaScript. Note that you need to run both ``./tools/gen_struct_info.py`` and
162
+``./tools/gen_struct_info.py --wasm64``.
163
164
The ``test_gen_struct_info`` test will fail if you forget to do this.
165
0 commit comments