Skip to content

Commit

Permalink
Change: Rename wasm32 to wasm32_unknown
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenc-nanashi committed Mar 16, 2024
1 parent 9d0627d commit ed7e98d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ mod ffi_utils;
#[cfg_attr(any(target_os = "macos", target_os = "ios"), path = "tz_macos.rs")]
#[cfg_attr(
all(target_arch = "wasm32", target_os = "unknown"),
path = "tz_wasm32.rs"
path = "tz_wasm32_unknown.rs"
)]
#[cfg_attr(
any(target_os = "freebsd", target_os = "dragonfly"),
Expand Down
File renamed without changes.

0 comments on commit ed7e98d

Please sign in to comment.