Sha256: 38b2268d6bf1a3895d9a480074a8bbe4e9a0d913600ff8f2b4a4118ba07738fe
Contents?: true
Size: 376 Bytes
Versions: 11
Compression:
Stored size: 376 Bytes
Contents
bindgen!({ inline: r#" package example:imports; world my-world { /// Fetch a greeting to present. import greet: func() -> string; /// Log a message to the host. import log: func(msg: string); import my-custom-host: interface { tick: func(); } } "#, });
Version data entries
11 entries across 11 versions & 1 rubygems