In order to leverage the custom WASM import introduced in zxcvbn in https://github.com/shssoichiro/zxcvbn-rs/pull/83, the Go SDK is also required to export a function returning the UNIX milliseconds under the zxcvbn namespace.
This is required for correctly calculating the password strength in the SDK core.
In order to leverage the custom WASM import introduced in
zxcvbn
in https://github.com/shssoichiro/zxcvbn-rs/pull/83, the Go SDK is also required to export a function returning the UNIX milliseconds under thezxcvbn
namespace.This is required for correctly calculating the password strength in the SDK core.