MCPcopy Create free account
hub / github.com/arcjet/gravity / Wasm

Class Wasm

cmd/gravity/src/codegen/wasm.rs:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11}
12
13pub(crate) struct Wasm<'a> {
14 var: &'a GoIdentifier,
15 data: WasmData<'a>,
16}
17
18impl<'a> Wasm<'a> {
19 pub(crate) fn new(var: &'a GoIdentifier, data: WasmData<'a>) -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected