MCPcopy Create free account
hub / github.com/WebAssembly/wabt / ToInterp

Function ToInterp

src/interp/binary-reader-interp.cc:33–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31namespace {
32
33ValueTypes ToInterp(Index count, Type* types) {
34 return ValueTypes(&types[0], &types[count]);
35}
36
37Mutability ToMutability(bool mut) {
38 return mut ? Mutability::Var : Mutability::Const;

Callers 1

OnFuncTypeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected