Merge branch 'master' into runtime

This commit is contained in:
dcode
2019-04-08 18:37:38 +02:00
12 changed files with 53 additions and 73 deletions

View File

@ -227,7 +227,7 @@ export namespace atomic {
// @ts-ignore: decorator
@builtin
export declare function notify<T>(ptr: usize, count: i32): i32;
export declare function notify(ptr: usize, count: i32): i32;
}
// @ts-ignore: decorator
@ -368,10 +368,6 @@ export namespace i32 {
@builtin
export declare function wait(ptr: usize, expected: i32, timeout: i64): AtomicWaitResult;
// @ts-ignore: decorator
@builtin
export declare function notify(ptr: usize, count: i32): i32;
export namespace rmw8 {
// @ts-ignore: decorator
@ -587,10 +583,6 @@ export namespace i64 {
@builtin
export declare function wait(ptr: usize, expected: i64, timeout: i64): AtomicWaitResult;
// @ts-ignore: decorator
@builtin
export declare function notify(ptr: usize, count: i32): i32;
export namespace rmw8 {
// @ts-ignore: decorator