mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
wasm bug check: use a function more likely to be present in minimal builds
This commit is contained in:
@@ -102,7 +102,7 @@ if [ "$DIST" = yes ]; then
|
||||
Module.onRuntimeInitialized = function () {
|
||||
try {
|
||||
/* Test arbitrary wasm function */
|
||||
Module._crypto_stream_chacha20_keybytes();
|
||||
Module._crypto_secretbox_keybytes();
|
||||
resolve();
|
||||
} catch (err) {
|
||||
reject(err);
|
||||
|
||||
Reference in New Issue
Block a user