| A web version, from the same core | 1 | /// Which half of the seam this build got. |
| 2 | /// | |
| 3 | /// The condition is `dart.library.js_interop`, which is true exactly where | |
| 4 | /// `dart:ffi` is false. Everything above this file imports these names and | |
| 5 | /// never learns which implementation answered — the same arrangement the Nim | |
| 6 | /// side has, where `nim/web/frq` shadows `nim/src/frq` by search path. | |
| 7 | library; | |
| 8 | ||
| 9 | export 'host_ffi.dart' if (dart.library.js_interop) 'host_js.dart'; |