File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 39
39
</ head >
40
40
< body >
41
41
< main >
42
- < h1 >
43
- < a href ="https://github.com/pydantic/pydantic-core/tree/main/wasm-preview "> pydantic-core</ a > unit tests
44
- </ h1 >
42
+ < h1 > < a href ="https://github.com/pydantic/pydantic-core/tree/main/wasm-preview "> pydantic-core</ a > unit tests</ h1 >
45
43
< aside >
46
44
pydantic-core is compiled to webassembly and run in the browser using
47
45
< a href ="https://pyodide.org/en/stable/ "> pyodide</ a > .
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ async function get(url, mode) {
74
74
}
75
75
}
76
76
77
- async function main ( ) {
77
+ async function main ( ) {
78
78
const latest_release = await get ( 'https://api.github.com/repos/pydantic/pydantic-core/releases/latest' , 'json' ) ;
79
79
const { tag_name} = latest_release ;
80
80
self . postMessage ( `Running tests against latest pydantic-core release (${ tag_name } ).\n` ) ;
@@ -102,4 +102,4 @@ async function main () {
102
102
}
103
103
}
104
104
105
- main ( )
105
+ main ( ) ;
You can’t perform that action at this time.
0 commit comments