diff --git a/sdk/system-instruction/Cargo.toml b/sdk/system-instruction/Cargo.toml index f039bc375e7749..33c1526694dfdb 100644 --- a/sdk/system-instruction/Cargo.toml +++ b/sdk/system-instruction/Cargo.toml @@ -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"]