/// Web backend: the same Nim code compiled to WebAssembly by emscripten and /// driven over `dart:js_interop`. /// /// Selected by the conditional import in `../nimflutter_ffi.dart` when /// `dart.library.js_interop` is available. The native twin is /// `backend_native.dart`; the two files must keep the same top-level /// signatures. /// /// The glue is emitted by tool/build_wasm.sh into example/web/ and loaded by /// a