Skip to content

Commit

Permalink
jsc/wasm32/boot.jsc: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
pipcet committed Jan 31, 2021
1 parent 1887519 commit a19f1d8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions jsc/wasm32/boot.jsc
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
var sizes = {
tablesize: 65536,
memsize: 512 * 1024 * 1024,
stacksize: 1 * 1024 * 1024,
stackbottom: 511 * 1024 * 1024,
};
var sizes = {
tablesize: 65536,
memsize: 512 * 1024 * 1024,
stacksize: 1 * 1024 * 1024,
stackbottom: 511 * 1024 * 1024,
};
var kernel = new Wasm32Kernel();
var vm = new Wasm32VM(sizes);
var system = new Wasm32System();
Expand Down

0 comments on commit a19f1d8

Please sign in to comment.