1
+ <!DOCTYPE html> < html lang ="en "> < head >
2
+ < meta charset ="UTF-8 ">
3
+ < title > wasm-bindgen-"keyed"</ title >
4
+ < link href ="/css/currentStyle.css " rel ="stylesheet ">
5
+ < script type ="module "> import init from '/frameworks/keyed/wasm-bindgen/bundled-dist/js-framework-benchmark-wasm-bindgen-c09c5ae7ae721ce5.js' ; init ( '/frameworks/keyed/wasm-bindgen/bundled-dist/js-framework-benchmark-wasm-bindgen-c09c5ae7ae721ce5_bg.wasm' ) ; </ script >
6
+
7
+ < link rel ="preload " href ="/frameworks/keyed/wasm-bindgen/bundled-dist/js-framework-benchmark-wasm-bindgen-c09c5ae7ae721ce5_bg.wasm " as ="fetch " type ="application/wasm " crossorigin ="">
8
+ < link rel ="modulepreload " href ="/frameworks/keyed/wasm-bindgen/bundled-dist/js-framework-benchmark-wasm-bindgen-c09c5ae7ae721ce5.js "> </ head >
9
+ < body >
10
+ < div id ="main ">
11
+ < div class ="container ">
12
+ < div class ="jumbotron ">
13
+ < div class ="row ">
14
+ < div class ="col-md-6 ">
15
+ < h1 > wasm-bindgen-"keyed"</ h1 >
16
+ </ div >
17
+ < div class ="col-md-6 ">
18
+ < div class ="row ">
19
+ < div class ="col-sm-6 smallpad ">
20
+ < button type ="button " class ="btn btn-primary btn-block " id ="run "> Create 1,000 rows</ button >
21
+ </ div >
22
+ < div class ="col-sm-6 smallpad ">
23
+ < button type ="button " class ="btn btn-primary btn-block " id ="runlots "> Create 10,000 rows</ button >
24
+ </ div >
25
+ < div class ="col-sm-6 smallpad ">
26
+ < button type ="button " class ="btn btn-primary btn-block " id ="add "> Append 1,000 rows</ button >
27
+ </ div >
28
+ < div class ="col-sm-6 smallpad ">
29
+ < button type ="button " class ="btn btn-primary btn-block " id ="update "> Update every 10th row</ button >
30
+ </ div >
31
+ < div class ="col-sm-6 smallpad ">
32
+ < button type ="button " class ="btn btn-primary btn-block " id ="clear "> Clear</ button >
33
+ </ div >
34
+ < div class ="col-sm-6 smallpad ">
35
+ < button type ="button " class ="btn btn-primary btn-block " id ="swaprows "> Swap Rows</ button >
36
+ </ div >
37
+ </ div >
38
+ </ div >
39
+ </ div >
40
+ </ div >
41
+ < table class ="table table-hover table-striped test-data ">
42
+ < tbody id ="tbody "> </ tbody >
43
+ </ table >
44
+ < span class ="preloadicon glyphicon glyphicon-remove " aria-hidden ="true "> </ span >
45
+ </ div >
46
+ </ div >
47
+
48
+
49
+ </ body > </ html >
0 commit comments