We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51ca4e0 commit 2b4fc8fCopy full SHA for 2b4fc8f
1 file changed
packages/wasm/src/WasmWrapper.ts
@@ -164,7 +164,7 @@ export class WasmWrapper implements Wrapper {
164
? args
165
: msgpackEncode(args)
166
: EMPTY_ENCODED_OBJECT,
167
- env: options.env ? msgpackEncode(options.env) : EMPTY_ENCODED_OBJECT,
+ env: options.env ? msgpackEncode(options.env) : new Uint8Array(),
168
resolutionContext: options.resolutionContext,
169
};
170
0 commit comments