Benign dart Download

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

Evidence

References a public code-forge URL README.md · lines 1–13
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 …
Generated source provenance marker macos_wasm_adapter_test.dart · lines 1–2
1// Generated by `zfa package create-plugin` — adapter test harness over a
2// fake injected channel (success, …
English function-word token "the" macos_wasm_adapter_test.dart · lines 7–14
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 …
English function-word token "and" macos_wasm_adapter_test.dart · lines 70–74
70:11… without a wired channel registration stays safe and typed',
71 () async {
72 final getIt = GetIt.instance;
73 await getIt.reset();
74 …
English function-word token "for" macos_wasm_port.dart · lines 44–49
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

Keyboard shortcuts on this page: j for the next sample, k for the previous one, x to go back to the feed, d to download the original bytes, r to re-queue the sample for analysis.