mirror of
https://github.com/MercuryWorkshop/epoxy-tls.git
synced 2025-05-12 14:00:01 -04:00
text/javascript
This commit is contained in:
parent
b75f0a2c47
commit
b579762231
2 changed files with 2 additions and 2 deletions
|
@ -66,7 +66,7 @@ AUTOGENERATED_SNIPPET_PATH=${AUTOGENERATED_SNIPPET_PATH%%$'\''*}
|
||||||
# replace a dot at the start of the var with out
|
# replace a dot at the start of the var with out
|
||||||
AUTOGENERATED_SNIPPET=$(base64 -w0 "${AUTOGENERATED_SNIPPET_PATH/#./out}")
|
AUTOGENERATED_SNIPPET=$(base64 -w0 "${AUTOGENERATED_SNIPPET_PATH/#./out}")
|
||||||
|
|
||||||
AUTOGENERATED_SOURCE=${AUTOGENERATED_SOURCE//${AUTOGENERATED_SNIPPET_PATH}/data:application/javascript$';'base64,${AUTOGENERATED_SNIPPET}}
|
AUTOGENERATED_SOURCE=${AUTOGENERATED_SOURCE//${AUTOGENERATED_SNIPPET_PATH}/data:text/javascript$';'base64,${AUTOGENERATED_SNIPPET}}
|
||||||
|
|
||||||
# patch for safari OOM errors on safari iOS 16/older devices
|
# patch for safari OOM errors on safari iOS 16/older devices
|
||||||
# also lowers maximum memory from default of 1GB to 512M on non-iOS and to 256M on iOS
|
# also lowers maximum memory from default of 1GB to 512M on non-iOS and to 256M on iOS
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@mercuryworkshop/epoxy-tls",
|
"name": "@mercuryworkshop/epoxy-tls",
|
||||||
"version": "2.1.15-1",
|
"version": "2.1.15-2",
|
||||||
"description": "A wasm library for using raw encrypted tls/ssl/tcp/udp/https/websocket streams on the browser",
|
"description": "A wasm library for using raw encrypted tls/ssl/tcp/udp/https/websocket streams on the browser",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "./build.sh"
|
"build": "./build.sh"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue