This should be a minimal wrapper to allow JAVA=>JS interop
As much logic as possible should be handle able inside the JS part like the load of the polyfills
there should be only the ESM Context that can it self easy shim CJS when needed via JS Methods that allows overall better maintance at present this is blocked by the fact that this defaults to the npm-js loader i need to experiment with the -Desm switch that should exist as far as i found out.
This should be a minimal wrapper to allow JAVA=>JS interop
As much logic as possible should be handle able inside the JS part like the load of the polyfills
there should be only the ESM Context that can it self easy shim CJS when needed via JS Methods that allows overall better maintance at present this is blocked by the fact that this defaults to the npm-js loader i need to experiment with the -Desm switch that should exist as far as i found out.