3 Star 0 Fork 0

mirrors_jedisct1/actions-run-libsodium-tests

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
entrypoint.sh 324 Bytes
一键复制 编辑 原始数据 按行查看 历史
Yi Huang 提交于 2022-05-06 05:44 . [CI] Test with node.
#!/usr/bin/env bash
# XXX: workaround for $GITHUB_PATH
export PATH=$GITHUB_WORKSPACE/$INPUT_PATH:$PATH
# set and check WASI_RUNTIME
export WASI_RUNTIME=$1
which $WASI_RUNTIME
# get and run libsodium benchmarks
git clone --branch stable https://github.com/jedisct1/libsodium
cd libsodium
./dist-build/wasm32-wasi.sh --bench
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_jedisct1/actions-run-libsodium-tests.git
git@gitee.com:mirrors_jedisct1/actions-run-libsodium-tests.git
mirrors_jedisct1
actions-run-libsodium-tests
actions-run-libsodium-tests
main

搜索帮助