Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pro
Pinned
1,030 contributions in the last year
Activity overview
Contributed to
jtenner/as-pect,
AssemblyScript/assemblyscript,
jtenner/libtelnet-ts
and 5 other
repositories
Contribution activity
May 2020
Created a pull request in jtenner/as-pect that received 1 comment
update packages
cc @9oelM and @willemneal Looks like coverage decreases. @9oelM is working on a pull request that removes some of the lines that cause a problem. U…
+2,256
−2,213
•
1
comment
Created an issue in AssemblyScript/assemblyscript that received 1 comment
Feature Request: Atomic loads and stores
Proposed mechanism for this: @atomic decorator
Given the following class example:
class A { @atomic b: i32 = 0;
} // should be the equivalent of wr…
1
comment