From aa588fb0502a61c99090768815bcbfbbaa75fab4 Mon Sep 17 00:00:00 2001 From: kevinheavey Date: Sat, 12 Oct 2024 14:01:13 +0400 Subject: [PATCH] include wasm32 build on docs.rs --- sdk/system-instruction/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]