aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/compile-php-to-wasm/php-wasm.js
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2024-07-09 08:50:49 +0900
committernsfisis <nsfisis@gmail.com>2024-07-09 08:50:49 +0900
commit0b4ee08d4fc54ef4533922a1cc47f53696c17981 (patch)
treed9d1f60b033a3ac44e5009585348d74c2a937a43 /examples/compile-php-to-wasm/php-wasm.js
parent925f7f4a11341fb950f4f6cd6390187b780ba419 (diff)
downloadphp-waddiwasi-0b4ee08d4fc54ef4533922a1cc47f53696c17981.tar.gz
php-waddiwasi-0b4ee08d4fc54ef4533922a1cc47f53696c17981.tar.zst
php-waddiwasi-0b4ee08d4fc54ef4533922a1cc47f53696c17981.zip
fix: suppress munmap() errors
Diffstat (limited to 'examples/compile-php-to-wasm/php-wasm.js')
-rw-r--r--examples/compile-php-to-wasm/php-wasm.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/compile-php-to-wasm/php-wasm.js b/examples/compile-php-to-wasm/php-wasm.js
index 92ba924..dba15e0 100644
--- a/examples/compile-php-to-wasm/php-wasm.js
+++ b/examples/compile-php-to-wasm/php-wasm.js
@@ -7693,8 +7693,8 @@ var _malloc = createExportWrapper('malloc');
var setTempRet0 = createExportWrapper('setTempRet0');
var _fflush = Module['_fflush'] = createExportWrapper('fflush');
var _free = createExportWrapper('free');
-var ___errno_location = createExportWrapper('__errno_location');
var _memcpy = createExportWrapper('memcpy');
+var ___errno_location = createExportWrapper('__errno_location');
var _htons = createExportWrapper('htons');
var _ntohs = createExportWrapper('ntohs');
var _htonl = createExportWrapper('htonl');