File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change 55 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
66 < title > Scramjet</ title >
77 < link rel ="icon " href ="favicon.webp " />
8- < link rel ="prefetch " href ="/scram/scramjet.worker.js " />
9- < link rel ="prefetch " href ="/scram/scramjet.shared.js " />
108 < link
119 href ="
https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Inter:[email protected] &display=swap& "
1210 rel ="stylesheet "
5250 }
5351 </ style >
5452 < script src ="https://cdn.jsdelivr.net/npm/dreamland "> </ script >
55- < script src ="/baremux/index.js "> </ script >
5653 < script src ="/scram/scramjet.all.js "> </ script >
5754 < script src ="config.js "> </ script >
5855 < script src ="store.js "> </ script >
Original file line number Diff line number Diff line change 11const { ScramjetController } = $scramjetLoadController ( ) ;
22const scramjet = new ScramjetController ( {
3+ wisp : "ws://localhost:1337/" ,
34 files : {
45 wasm : "/scram/scramjet.wasm.wasm" ,
56 all : "/scram/scramjet.all.js" ,
@@ -15,16 +16,13 @@ const scramjet = new ScramjetController({
1516scramjet . init ( ) ;
1617navigator . serviceWorker . register ( "./sw.js" ) ;
1718
18- const connection = new BareMux . BareMuxConnection ( "/baremux/worker.js" ) ;
1919const flex = css `
2020 display: flex;
2121` ;
2222const col = css `
2323 flex-direction: column;
2424` ;
2525
26- connection . setTransport ( store . transport , [ { wisp : store . wispurl } ] ) ;
27-
2826function PlaygroundApp ( ) {
2927 this . css = `
3028 width: 100%;
You can’t perform that action at this time.
0 commit comments