Skip to content
Snippets Groups Projects
Commit cfdbf3ea authored by Richard T. Carback III's avatar Richard T. Carback III
Browse files

Fix check on missing function implementations from bindings

parent dccaa2bc
No related branches found
No related tags found
1 merge request!143Some changes for Phoenixx
......@@ -74,6 +74,10 @@ func TestPublicFunctions(t *testing.T) {
"NewRPCServer": {},
"GenerateRandomReceptionID": {},
"GenerateRandomRPCKey": {},
// DeleteCmixInstance is mapped to "UnloadCmix", we
// don't expose the bindings managers to wasm.
"DeleteCmixInstance": {},
}
wasmFuncs := getPublicFunctions("wasm", t)
bindingsFuncs := getPublicFunctions(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment