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
When you build an LN, it will bring all the dependencies in the build, including those that are only needed for FN/BN. This becomes blocking for an attempt to build the node in WASM/JS. We should think through how we can make the nodebuilder FX modules not contain builds for all node types in a single file/pkg and split them apart.
This discussion was converted from issue #2907 on December 20, 2023 10:52.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
When you build an LN, it will bring all the dependencies in the build, including those that are only needed for FN/BN. This becomes blocking for an attempt to build the node in WASM/JS. We should think through how we can make the nodebuilder FX modules not contain builds for all node types in a single file/pkg and split them apart.
Beta Was this translation helpful? Give feedback.
All reactions