hhstore/blog

Zig: FFI(C interop)

hhstore opened this issue · 6 comments

related:

Zig FFI + Flutter/Dart:

Zig FFI 教程:

image

教程:

无需 FFI, 直接导入 C 的能力:

Zig 作为 C 编译器使用:

导出 C lib:

For WebAssembly:

我写的 c 调用 zig 示例:

使用 Zig + FFI 配合 Flutter 方案: