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

Fix wasm bindings for the c Library changes

parent 618a271e
No related branches found
No related tags found
2 merge requests!92Fix wasm bindings for the c Library changes,!67fix for latest client release
......@@ -10,7 +10,7 @@ require (
github.com/pkg/errors v0.9.1
github.com/spf13/cobra v1.5.0
github.com/spf13/jwalterweatherman v1.1.0
gitlab.com/elixxir/client/v4 v4.6.2-0.20230322180618-5ab6505665da
gitlab.com/elixxir/client/v4 v4.6.2-0.20230328214432-31731667f71a
gitlab.com/elixxir/crypto v0.0.7-0.20230322175717-4a3b5a24bdf4
gitlab.com/elixxir/primitives v0.0.3-0.20230214180039-9a25e2d3969c
gitlab.com/xx_network/crypto v0.0.5-0.20230214003943-8a09396e95dd
......
......@@ -519,6 +519,8 @@ gitlab.com/elixxir/client/v4 v4.6.1 h1:Ijp8OhkybHcAQkmjM0GNCcYOFl8j0udQr5meEae1Z
gitlab.com/elixxir/client/v4 v4.6.1/go.mod h1:89NStRlnPDhYMRLXCX2dm4ZqsW+N2hYPNdTAqf3sFhE=
gitlab.com/elixxir/client/v4 v4.6.2-0.20230322180618-5ab6505665da h1:gxQAj4y+oZVjMSKNOI6vcbKBS1kAu0DzfXRSm3yEyoc=
gitlab.com/elixxir/client/v4 v4.6.2-0.20230322180618-5ab6505665da/go.mod h1:z5RIoFiCRKaQN37RiTgJSwuRYfnV4QQA8IFkEZvsFSs=
gitlab.com/elixxir/client/v4 v4.6.2-0.20230328214432-31731667f71a h1:VjmpQnXDyZKENIKq7tQTbRn45r+l6z0/KTggZK/Vqlk=
gitlab.com/elixxir/client/v4 v4.6.2-0.20230328214432-31731667f71a/go.mod h1:z5RIoFiCRKaQN37RiTgJSwuRYfnV4QQA8IFkEZvsFSs=
gitlab.com/elixxir/comms v0.0.4-0.20230308162630-a56837e7793c h1:2rVnX/JhJww9LzOwoyusoD9cm6lOzz1k9FZk6F/aZOY=
gitlab.com/elixxir/comms v0.0.4-0.20230308162630-a56837e7793c/go.mod h1:ud3s2aHx5zu7lJhBpUMUXxjLwl8PH8z8cl64Om9U7q8=
gitlab.com/elixxir/comms v0.0.4-0.20230310205528-f06faa0d2f0b h1:8AVK93UEs/aufoqtFgyMVt9gf0oJ8F4pA60ZvEVvG+s=
......
......@@ -58,6 +58,10 @@ func TestPublicFunctions(t *testing.T) {
// Mobile-specific bindings not supported by the browser
"NewChannelsManagerMobile": {},
"LoadChannelsManagerMobile": {},
// C-Library specific bindings not needed by the browser
"GetDMInstance": {},
"GetCMixInstance": {},
}
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