zuraffa_wasm_macos 0.1.0
“WebAssembly for the Zuraffa ecosystem: a pure-Dart port over an injected platform channel with federated android, ios, and macos adapters.”
Archive ships a root-level test treeJavaScript file under lib
SHA-256422442528330ff4121f58d9b5ddeeebfb4f1d0968faa8c9e22b3169767b84c1d
MaleculeH(Cm)Md₂(Pa₂)
Evidence
1# zuraffa_wasm_macos
2
3macOS adapter for the [zuraffa_wasm](https://github.com/arrrrny/zuraffa_wasm) federated monorepo:
4the Wasm port over an injected platform channel, with the shared
5envelope machinery from `zuraffa_wasm_platform` and a typed failure taxonomy
6as pure data.
7
8The channel transport is injected — no Flutter plugin boilerplate, no
9native code in this repo. The consuming app (or a native shell) supplies
10the `ChannelInvoke` seam:
11
12```dart
13import …
1// Generated by `zfa package create-plugin` — adapter test harness over a
2// fake injected channel (success, …
7:47… ';
8import 'package:zuraffa_wasm_macos/zuraffa_wasm_macos.dart';
9
10void main() {
11 group('MacosWasmAdapter', () {
12 test('isSupported decodes the native payload', () async {
13 final channel = MacosWasmChannel(
14 invoke: (_, __) asy …
70:11… without a wired channel registration stays safe and typed',
71 () async {
72 final getIt = GetIt.instance;
73 await getIt.reset();
74 …
44:8… id': id,
45 'export': export,
46 'args': [for (final arg in args) arg.encode()],
47 });
48 final values = result?['values'];
49 if (values …
No evidence locations were recorded for this file. Raw result