Files
2026-07-13 12:29:49 +08:00

491 B

Hello Example

A minimal Native SDK app that displays inline HTML in the system WebView.

Run

zig build run

Using outside the repo

This example references the Native SDK via relative path (../../). To use it standalone, override the path:

zig build run -Dnative-sdk-path=/path/to/native-sdk

Or, when a published Zig package is available, replace default_native_sdk_path in build.zig with the package URL and add it to build.zig.zon dependencies.