Skip to content

Commit

Permalink
include wasm32 build on docs.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Oct 29, 2024
1 parent c07d7f3 commit ead7942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/system-instruction/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license = { workspace = true }
edition = { workspace = true }

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
targets = ["x86_64-unknown-linux-gnu", "wasm32-unknown-unknown"]
all-features = true
rustdoc-args = ["--cfg=docsrs"]

Expand Down

0 comments on commit ead7942

Please sign in to comment.