nandi/frqpublic Fork 0
0e7cd322e9fe4d04d215501ceb97171001c09cc2
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.

A web version, from the same core 23846db · on 0e7cd322e9fe4d04d215501ceb97171001c09cc2 · nandi · 13h ago
host.dart · 9 lines · 429 BDart Blame HistoryRaw
1
2
3
4
5
6
7
8
9
/// Which half of the seam this build got.
///
/// The condition is `dart.library.js_interop`, which is true exactly where
/// `dart:ffi` is false. Everything above this file imports these names and
/// never learns which implementation answered — the same arrangement the Nim
/// side has, where `nim/web/frq` shadows `nim/src/frq` by search path.
library;

export 'host_ffi.dart' if (dart.library.js_interop) 'host_js.dart';