File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1- FROM ghcr.io/wiiu-env/devkitppc:20221228
1+ FROM ghcr.io/wiiu-env/devkitppc:20230621
22
3- COPY --from=ghcr.io/wiiu-env/wiiumodulesystem:20230106 /artifacts $DEVKITPRO
3+ COPY --from=ghcr.io/wiiu-env/wiiumodulesystem:20230622 /artifacts $DEVKITPRO
44
55WORKDIR project
Original file line number Diff line number Diff line change 11[ ![ CI-Release] ( https://github.com/wiiu-env/CURLWrapperModule/actions/workflows/ci.yml/badge.svg )] ( https://github.com/wiiu-env/CURLWrapperModule/actions/workflows/ci.yml )
22
3- Aroma Module that (hopefully) exports all functions of libcurl (Currently targeting: curl 7.84.0 )
3+ Aroma Module that (hopefully) exports all functions of libcurl (Currently targeting: curl 8.0.1 )
44
55## Usage
66(` [ENVIRONMENT] ` is a placeholder for the actual environment name.)
@@ -23,7 +23,7 @@ docker run -it --rm -v ${PWD}:/project curlwrappermodule-builder make
2323docker run -it --rm -v ${PWD}:/project curlwrappermodule-builder make clean
2424```
2525
26- The bundled Dockerfile creates a module with this version: ` libcurl/7.84.0 mbedTLS/2.28.1 zlib/1.2.11 `
26+ The bundled Dockerfile creates a module with this version: ` libcurl/8.0.1 mbedTLS/2.28.3 zlib/1.2.13 `
2727
2828## Format the code via docker
2929
Original file line number Diff line number Diff line change @@ -109,6 +109,8 @@ WUMS_EXPORT_FUNCTION(curl_url_dup);
109109WUMS_EXPORT_FUNCTION (curl_url_get);
110110WUMS_EXPORT_FUNCTION (curl_url_set);
111111WUMS_EXPORT_FUNCTION (curl_url_strerror);
112+ WUMS_EXPORT_FUNCTION (curl_ws_send);
113+ WUMS_EXPORT_FUNCTION (curl_ws_recv);
112114
113115// Export cacerts
114116WUMS_EXPORT_DATA (cacert_pem);
You can’t perform that action at this time.
0 commit comments