(var: &'a GoIdentifier, data: WasmData<'a>)
| 17 | |
| 18 | impl<'a> Wasm<'a> { |
| 19 | pub(crate) fn new(var: &'a GoIdentifier, data: WasmData<'a>) -> Self { |
| 20 | Self { var, data } |
| 21 | } |
| 22 | } |
| 23 | |
| 24 | impl FormatInto<Go> for Wasm<'_> { |
nothing calls this directly
no outgoing calls
no test coverage detected