Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WebAssembly/wasm-c-api
/ ~Module
Function
~Module
include/wasm.hh:663–663 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
661
protected:
662
Module() = default;
663
~Module() = default;
664
665
public:
666
static auto validate(Store*, const vec<byte_t>& binary) -> bool;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected