A named WASM source.
| 4 | * A named WASM source. |
| 5 | */ |
| 6 | public interface WasmSource { |
| 7 | |
| 8 | /** |
| 9 | * Logical name of the WASM source |
| 10 | * @return |
| 11 | */ |
| 12 | String name(); |
| 13 | |
| 14 | /** |
| 15 | * Hash of the WASM source |
| 16 | * @return |
| 17 | */ |
| 18 | String hash(); |
| 19 | } |
no outgoing calls
no test coverage detected