Skip to content
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vigoo committed Feb 13, 2024
1 parent 8cee210 commit 79051eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wasm-rpc/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ impl<'a> arbitrary::Arbitrary<'a> for WitValue {
}

#[cfg(feature = "host")]
pub static WASM_RPC_WIT: &'static str = include_str!("../wit/wasm-rpc.wit");
pub const WASM_RPC_WIT: &str = include_str!("../wit/wasm-rpc.wit");

pub const WASM_RPC_VERSION: &str = env!("CARGO_PKG_VERSION");

Expand Down

0 comments on commit 79051eb

Please sign in to comment.