Skip to content

Commit 9585c64

Browse files
authored
Slightly modified developers_guide.rst (#19507)
I needed to run not only `./tools/gen_struct_info.py` but also `./tools/gen_struct_info.py --wasm64`. #19499 (comment)
1 parent 34b0309 commit 9585c64

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

site/source/docs/contributing/developers_guide.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,8 @@ If you change the layout of C structs or modify C defines that are used in
158158
JavaScript library files you may need to modify ``tools/struct_info.json``. Any
159159
time that file is modified or a struct layout is changed you will need to run
160160
``./tools/gen_struct_info.py`` to re-generate the information used by
161-
JavaScript.
161+
JavaScript. Note that you need to run both ``./tools/gen_struct_info.py`` and
162+
``./tools/gen_struct_info.py --wasm64``.
162163

163164
The ``test_gen_struct_info`` test will fail if you forget to do this.
164165

0 commit comments

Comments
 (0)