File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
frameworks/non-keyed/kobold Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 12
12
< span class ="preloadicon glyphicon glyphicon-remove " aria-hidden ="true "> </ span >
13
13
< div id ='main '> </ div >
14
14
< script type ="module ">
15
- import init from './js-framework-benchmark-kobold.js' ;
15
+ import init , { koboldCallback } from './js-framework-benchmark-kobold.js' ;
16
16
init ( './js-framework-benchmark-kobold_bg.wasm' ) ;
17
+ window . koboldCallback = koboldCallback ;
17
18
</ script >
18
19
</ body >
19
20
</ html >
Original file line number Diff line number Diff line change 12
12
< span class ="preloadicon glyphicon glyphicon-remove " aria-hidden ="true "> </ span >
13
13
< div id ='main '> </ div >
14
14
< script type ="module ">
15
- import init from './js-framework-benchmark-kobold.js' ;
15
+ import init , { koboldCallback } from './js-framework-benchmark-kobold.js' ;
16
16
init ( './js-framework-benchmark-kobold_bg.wasm' ) ;
17
+ window . koboldCallback = koboldCallback ;
17
18
</ script >
18
19
</ body >
19
20
</ html >
You can’t perform that action at this time.
0 commit comments