emscripten icon indicating copy to clipboard operation
emscripten copied to clipboard

settings_internal.js should only contains things that we need to pass to the JS compiler.

Open sbc100 opened this issue 3 months ago • 0 comments

Other internal state should stay in python only for a few of reasons.

  1. It avoids having the serialize via json when calling the JS compiler.
  2. It avoids external JS libraries accidentally depending on this internal state.

sbc100 avatar Nov 05 '25 00:11 sbc100