nandi/frqpublic Fork 0
5693bd54d43c2a63f33ffe43d67bc4909e271eb3
Commits
Clone
git clone https://git.rickub.com/nandi/frq.git
git clone ssh://git@rickub.com/nandi/frq.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

host.dart · 9 lines · 429 BDart Blame HistoryRaw
A web version, from the same core 23846db nandi 13h ago1/// 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.
7library;
8
9export 'host_ffi.dart' if (dart.library.js_interop) 'host_js.dart';