Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
copy committed Mar 11, 2022
1 parent b1901fa commit d685053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/browser/starter.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ function V86Starter(options)

if(!wasm_fn)
{
wasm_fn = async function(env)
wasm_fn = env =>
{
return new Promise(resolve => {
let v86_bin = DEBUG ? "v86-debug.wasm" : "v86.wasm";
Expand Down

0 comments on commit d685053

Please sign in to comment.