You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If additional WASM tool are needed beyond those available in the
172
+
container, additions should be PR'd into the wasm-builder container.
173
+
174
+
Examples of using the container include:
175
+
176
+
*[build/wasm.js](https://github.com/nodejs/undici/blob/main/build/wasm.js) from undici
177
+
*[tools/build-wasm.js](https://github.com/nodejs/amaro/blob/main/tools/build-wasm.js) from amaro
178
+
179
+
In addition to using the container to build WASM components, the goal is also
180
+
for the WASM components and final files that are shipped with Node.js to be
181
+
built by the [dep-updaters](https://github.com/nodejs/node/tree/main/tools/dep_updaters)
182
+
that are run on a regular basis and that they use only the files available in the Node.js
183
+
repo for the dependency. For example, being able to rebuild the WASM and files that
0 commit comments