diff options
Diffstat (limited to 'examples/compile-php-to-wasm/php-wasm.js')
| -rw-r--r-- | examples/compile-php-to-wasm/php-wasm.js | 2 |
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'); |
