Skip to content

Commit

Permalink
Merge pull request #30 from golemcloud/public-analysed-type-constructor
Browse files Browse the repository at this point in the history
public analysed type constructor
  • Loading branch information
vigoo authored Apr 10, 2024
2 parents 4a89dd9 + 15fece7 commit b35a85b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wasm-rpc/src/text.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use std::fmt::{Debug, Formatter};
use wasm_wave::wasm::{WasmType, WasmTypeKind, WasmValue, WasmValueError};

#[derive(Clone, PartialEq, Eq)]
pub struct AnalysedType(golem_wasm_ast::analysis::AnalysedType);
pub struct AnalysedType(pub golem_wasm_ast::analysis::AnalysedType);

impl Debug for AnalysedType {
fn fmt(&self, f: &mut Formatter<'_>) -> std::fmt::Result {
Expand Down

0 comments on commit b35a85b

Please sign in to comment.