solana/sdk/macro
Kevin Heavey 25ec30452c
sdk: Only compile wasm-bindgen when target_arch = "wasm32" (#1658)
* move wasm-bindgen dep under cfg(target_arch = "wasm32") in sdk and program

* remove wasm_bindgen_stub (we don't need it where we're going)

* put wasm_bindgen usage behind #[cfg(target_arch = "wasm32")]

* remove doc comments from skippeed fields

* add missing attribute

* another missing attribute

* add doc comments explaining duplicated structs

* fmt

* fix wasm comments

* Update sdk/program/src/instruction.rs

---------

Co-authored-by: Jon C <me@jonc.dev>
2024-06-18 14:54:41 +02:00
..
src sdk: Only compile wasm-bindgen when target_arch = "wasm32" (#1658) 2024-06-18 14:54:41 +02:00
Cargo.toml sdk-macro: Move package_metadata macro to separate crate (#1713) 2024-06-13 13:05:58 +02:00