Skip to content

Commit

Permalink
fix: define process.argv
Browse files Browse the repository at this point in the history
  • Loading branch information
L-jasmine committed Jan 29, 2024
1 parent c39f8e3 commit 1712840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/process.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ var title = 'wasmedge_quickjs';
var arch = 'wasm';
var platform = 'wasi';
var env = globalThis.env;
var argv = globalThis.argv;
var argv = globalThis.argv || globalThis.args;
var execArgv = [];
var version = 'v16.8.0';
var versions = {};
Expand Down

0 comments on commit 1712840

Please sign in to comment.