| ... | @@ -105,7 +105,7 @@ pub const Options = struct { | ... | @@ -105,7 +105,7 @@ pub const Options = struct { |
| 105 | export_memory: ?bool = null, | 105 | export_memory: ?bool = null, |
| 106 | shared_memory: ?bool = null, | 106 | shared_memory: ?bool = null, |
| 107 | test_evented_io: bool = false, | 107 | test_evented_io: bool = false, |
| 108 | debug_format: ?Config.DebugFormat = null, | 108 | debug_format: ?DebugFormat = null, |
| 109 | dll_export_fns: ?bool = null, | 109 | dll_export_fns: ?bool = null, |
| 110 | rdynamic: ?bool = null, | 110 | rdynamic: ?bool = null, |
| 111 | }; | 111 | }; |