File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ const startWasiTask = async () => {
2727 javascript_kit : swift . importObjects ( ) ,
2828 } ) ;
2929
30- swift . setInsance ( instance ) ;
30+ swift . setInstance ( instance ) ;
3131 // Start the WebAssembly WASI instance!
3232 wasi . start ( instance ) ;
3333
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ const startWasiTask = async () => {
8181 javascript_kit : swift . importObjects ( ) ,
8282 } ) ;
8383
84- swift . setInsance ( instance ) ;
84+ swift . setInstance ( instance ) ;
8585 // Start the WebAssembly WASI instance!
8686 wasi . start ( instance ) ;
8787} ;
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ export class SwiftRuntime {
8282 this . heap = new SwiftRuntimeHeap ( ) ;
8383 }
8484
85- setInsance ( instance : WebAssembly . Instance ) {
85+ setInstance ( instance : WebAssembly . Instance ) {
8686 this . instance = instance
8787 }
8888
You can’t perform that action at this time.
0 commit comments