Skip to content

Commit

Permalink
docs(wasm-api): update comments in zig build files
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Apr 23, 2024
1 parent 06b4ffc commit 77621c5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
6 changes: 4 additions & 2 deletions packages/wasm-api/zig/build-v0.10.zig
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
//! DEPRECATED build helpers for using modules/packages distributed via NPM
//! Intended for use with https://thi.ng/wasm-api and support packages
//!
//! This version of the script is only compatible with Zig v0.10.1 or older
//! Use build-v0.11.zig (in this same directory) for newer Zig versions
//! This version of the script is only compatible with:
//! Zig v0.10.1 or older
//!
//! Use other build.zig files in this same directory for newer Zig versions

const std = @import("std");

Expand Down
6 changes: 3 additions & 3 deletions packages/wasm-api/zig/build-v0.11.zig
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
//! Build helpers for using modules/packages distributed via NPM
//! DEPRECATED build helpers for using modules/packages distributed via NPM
//! Intended for use with https://thi.ng/wasm-api and support packages
//!
//! This version of the script is only compatible with:
//! Zig 0.11.0-dev.3857+7322aa118 or newer
//! Zig v0.11.0
//!
//! Use build.zig (in this same directory) for earlier Zig versions
//! Use other build.zig files in this same directory for other Zig versions

const std = @import("std");
const Build = std.Build;
Expand Down
4 changes: 2 additions & 2 deletions packages/wasm-api/zig/build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
//! Intended for use with https://thi.ng/wasm-api and support packages
//!
//! This version of the script is only compatible with:
//! Zig 0.11.0-dev.3857+7322aa118 or newer
//! Zig v0.12.0 or newer
//!
//! Use build.zig (in this same directory) for earlier Zig versions
//! Use other build.zig files in this same directory for older Zig versions

const std = @import("std");
const Build = std.Build;
Expand Down

0 comments on commit 77621c5

Please sign in to comment.