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 {
14
14
private _instance : WebAssembly . Instance | null ;
15
15
private _memory : Memory | null ;
16
16
private _closureDeallocator : SwiftClosureDeallocator | null ;
17
- private version : number = 706 ;
17
+ private version : number = 707 ;
18
18
19
19
private textDecoder = new TextDecoder ( "utf-8" ) ;
20
20
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) {
36
36
/// this and `SwiftRuntime.version` in `./Runtime/src/index.ts`.
37
37
__attribute__((export_name ("swjs_library_version" )))
38
38
int swjs_library_version (void ) {
39
- return 706 ;
39
+ return 707 ;
40
40
}
41
41
42
42
int _library_features (void );
You can’t perform that action at this time.
0 commit comments