diff --git a/wasm_test.go b/wasm_test.go
index 2015988ab073771696314a58dec7e6768c6200a6..f455b3c757ab5d333f45789b0744473070182c63 100644
--- a/wasm_test.go
+++ b/wasm_test.go
@@ -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(