google / j2cl

Java to Closure JavaScript transpiler
Apache License 2.0
1.23k stars 144 forks source link

Pass host:port down to web_library for dev server #148

Closed dsyer closed 2 years ago

dsyer commented 2 years ago

Example usage in wasm sample:

j2cl_application( name = "jsapp", ... host = "0.0.0.0", port = "8080", )

I don't know if I'm doing this right, so please advise (or just close and someone who knows what they are doing can take over).

gkdn commented 2 years ago

(I will clean this up and submit internally.)