Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
31
namespace {
32
33
ValueTypes ToInterp(Index count, Type* types) {
34
return ValueTypes(&types[0], &types[count]);
35
}
36
37
Mutability ToMutability(bool mut) {
38
return mut ? Mutability::Var : Mutability::Const;
Callers
1
OnFuncType
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected