MCPcopy Index your code
hub / github.com/extism/java-sdk / WasmSource

Interface WasmSource

src/main/java/org/extism/sdk/wasm/WasmSource.java:6–19  ·  view source on GitHub ↗

A named WASM source.

Source from the content-addressed store, hash-verified

4 * A named WASM source.
5 */
6public 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}

Implementers 3

ByteArrayWasmSourcesrc/main/java/org/extism/sdk/wasm/Byte
UrlWasmSourcesrc/main/java/org/extism/sdk/wasm/UrlW
PathWasmSourcesrc/main/java/org/extism/sdk/wasm/Path

Calls

no outgoing calls

Tested by

no test coverage detected