File tree Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -4,16 +4,14 @@ Module.wasmTable = wasmTable;
4
4
// Emscripten has a bug where it accidentally exposes an empty object as Module.ERRNO_CODES
5
5
Module . ERRNO_CODES = ERRNO_CODES ;
6
6
7
-
8
-
9
7
Module [ 'async_init' ] = async function (
10
- kernel_root_url ,
8
+ kernel_root_url ,
11
9
pkg_root_url ,
12
- verbose ) {
13
- Module [ 'bootstrap_from_empack_packed_environment' ]
10
+ verbose
11
+ ) {
14
12
return Module [ 'bootstrap_from_empack_packed_environment' ] (
15
- `${ kernel_root_url } /empack_env_meta.json` , /* packages_json_url */
16
- pkg_root_url , /* package_tarballs_root_url */
17
- verbose /* verbose */
13
+ `${ kernel_root_url } /empack_env_meta.json` , /* packages_json_url */
14
+ pkg_root_url , /* package_tarballs_root_url */
15
+ verbose /* verbose */
18
16
) ;
19
- }
17
+ } ;
You can’t perform that action at this time.
0 commit comments