Widget.MakeSourceRun the waveform viewer and return. Calls into Async/LWT so MUST NOT BE CALLED from within an Async or LWT deferred.
Run the waveform viewer and close the program on exit.
val run :
?ui_state_file:Base.string ->
?signals_width:Base.int ->
?values_width:Base.int ->
?start_cycle:Base.int ->
?wave_width:Base.int ->
?display_rules:Hardcaml_waveterm_kernel.Display_rules.t ->
M.Waveform.t ->
Base.unitRun interactive waveterm viewer. ESC to quit.