File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ export class SwiftRuntime {
1414 private _instance : WebAssembly . Instance | null ;
1515 private _memory : Memory | null ;
1616 private _closureDeallocator : SwiftClosureDeallocator | null ;
17- private version : number = 705 ;
17+ private version : number = 706 ;
1818
1919 private textDecoder = new TextDecoder ( "utf-8" ) ;
2020 private textEncoder = new TextEncoder ( ) ; // Only support utf-8
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ void swjs_cleanup_host_function_call(void *argv_buffer) {
3636/// this and `SwiftRuntime.version` in `./Runtime/src/index.ts`.
3737__attribute__((export_name ("swjs_library_version" )))
3838int swjs_library_version (void ) {
39- return 705 ;
39+ return 706 ;
4040}
4141
4242int _library_features (void );
You can’t perform that action at this time.
0 commit comments