1 write to Icalls
WasmAppBuilder (1)
IcallTableGenerator.cs (1)
337Icalls = new Dictionary<string, Icall>();
3 references to Icalls
WasmAppBuilder (3)
IcallTableGenerator.cs (3)
127icallClass.Icalls.Add(name, new Icall(name, func, handles, flags)); 159icallClass.Icalls.TryGetValue(method.Name, out icall); 164icallClass.Icalls.TryGetValue(methodSig, out icall);