@vercel/node 2.5.8 → 2.5.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -218,7 +218,8 @@ async function createEdgeRuntime(params) {
218
218
  process: {
219
219
  env: process.env,
220
220
  },
221
- wasmBindings,
221
+ // These are the global bindings for WebAssembly module
222
+ ...wasmBindings,
222
223
  });
223
224
  return context;
224
225
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vercel/node",
3
- "version": "2.5.8",
3
+ "version": "2.5.9",
4
4
  "license": "MIT",
5
5
  "main": "./dist/index",
6
6
  "homepage": "https://vercel.com/docs/runtimes#official-runtimes/node-js",
@@ -61,5 +61,5 @@
61
61
  "source-map-support": "0.5.12",
62
62
  "test-listen": "1.1.0"
63
63
  },
64
- "gitHead": "b52d01f809b80734ed1ab61df82f299f11a04720"
64
+ "gitHead": "ad0ed6d8520e717fab3e4e22df21e879d3660be7"
65
65
  }