FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src/module.ts - TypeScriptExperts/assemblyscript · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
TypeScriptExperts
/
assemblyscript
Public
forked from
AssemblyScript/assemblyscript
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
assemblyscript
src
module.ts
on
master
User selector
Datepicker
Commit history
Commits on Feb 7, 2019
Add SIMD prerequisites (#469)
dcodeIO
authored
2f1a6c4
View commit details
Copy full SHA for 2f1a6c4
View code at this point
Browse repository at this point
Implement bulk memory operations (#467)
dcodeIO
authored
f551bc7
View commit details
Copy full SHA for f551bc7
View code at this point
Browse repository at this point
Commits on Jan 27, 2019
Cache strings shared with Binaryen
dcodeIO
committed
2fe228f
View commit details
Copy full SHA for 2fe228f
View code at this point
Browse repository at this point
Commits on Jan 25, 2019
Add shared memory definitions and initial API (#435)
nidin
authored and
dcodeIO
committed
b7c7be1
View commit details
Copy full SHA for b7c7be1
View code at this point
Browse repository at this point
Commits on Dec 14, 2018
Add initial definitions for SIMD ops
dcodeIO
committed
d5f72e3
View commit details
Copy full SHA for d5f72e3
View code at this point
Browse repository at this point
Commits on Nov 23, 2018
Cast to bool by comparing to zero (#343)
dcodeIO
authored
c30c62e
View commit details
Copy full SHA for c30c62e
View code at this point
Browse repository at this point
Commits on Nov 22, 2018
Update Binaryen to latest
dcodeIO
committed
b723ff3
View commit details
Copy full SHA for b723ff3
View code at this point
Browse repository at this point
Commits on Nov 8, 2018
Use stack IR when emitting text format (#312)
dcodeIO
authored
2bdc2a7
View commit details
Copy full SHA for 2bdc2a7
View code at this point
Browse repository at this point
Commits on Oct 11, 2018
Update Binaryen to latest; Various fixes
dcodeIO
authored
f7c7347
View commit details
Copy full SHA for f7c7347
View code at this point
Browse repository at this point
Commits on Sep 13, 2018
Update Binaryen
dcodeIO
committed
d90cd08
View commit details
Copy full SHA for d90cd08
View code at this point
Browse repository at this point
Commits on Aug 2, 2018
Initial GC integration (#196)
dcodeIO
authored
dc0f271
View commit details
Copy full SHA for dc0f271
View code at this point
Browse repository at this point
Commits on Jul 18, 2018
Rename memory instructions; Rework constant handling
dcodeIO
committed
a1b75b6
View commit details
Copy full SHA for a1b75b6
View code at this point
Browse repository at this point
Commits on May 11, 2018
Avoid trampolines where optional arguments are constant literals, see #102; Fix temporary local flags not being cleared; Fix inlined temporary locals not being free'd; Fix inlined flows not breakin…
Show description for e415377
dcodeIO
committed
e415377
View commit details
Copy full SHA for e415377
View code at this point
Browse repository at this point
Commits on May 9, 2018
Eliminate leftover temporary function types using latest Binaryen
dcodeIO
committed
ef9b437
View commit details
Copy full SHA for ef9b437
View code at this point
Browse repository at this point
Commits on May 7, 2018
Add a mechanism to enable additional (experimental) features and start with sign extension operations; Hashing experimentation
dcodeIO
committed
1bf0ca6
View commit details
Copy full SHA for 1bf0ca6
View code at this point
Browse repository at this point
Commits on May 5, 2018
Update internal ABI to zero/sign-extend where necessary only (#87)
dcodeIO
authored
50f6c1c
View commit details
Copy full SHA for 50f6c1c
View code at this point
Browse repository at this point
Commits on Apr 21, 2018
Make sure that contextual type arguments are passed when resolving the target of a `new` expression; Fix decoding of UTF8 strings with more than two code units in the Binaryen interface
dcodeIO
committed
05117f9
View commit details
Copy full SHA for 05117f9
View code at this point
Browse repository at this point
Commits on Apr 11, 2018
Make the transition to ArrayBuffer backed Arrays (#70)
Show description for 623597c
dcodeIO
authored
623597c
View commit details
Copy full SHA for 623597c
View code at this point
Browse repository at this point
Commits on Mar 19, 2018
Set up documentation generation
dcodeIO
committed
0fef69e
View commit details
Copy full SHA for 0fef69e
View code at this point
Browse repository at this point
Commits on Mar 17, 2018
Document the purpose of most files
dcodeIO
committed
5eb10d4
View commit details
Copy full SHA for 5eb10d4
View code at this point
Browse repository at this point
Commits on Mar 13, 2018
Give some love to the linter
dcodeIO
committed
081ac76
View commit details
Copy full SHA for 081ac76
View code at this point
Browse repository at this point
Ensure consistent variable modifiers
Show description for 23a7db4
dcodeIO
committed
23a7db4
View commit details
Copy full SHA for 23a7db4
View code at this point
Browse repository at this point
Commits on Mar 12, 2018
Implement function types / indirect calls / trampolines (#39)
dcodeIO
authored
423533c
View commit details
Copy full SHA for 423533c
View code at this point
Browse repository at this point
Commits on Feb 24, 2018
Cleanup; Initial tslint integration
dcodeIO
committed
8dc517e
View commit details
Copy full SHA for 8dc517e
View code at this point
Browse repository at this point
Commits on Feb 16, 2018
More cleanup
dcodeIO
committed
48cbbbb
View commit details
Copy full SHA for 48cbbbb
View code at this point
Browse repository at this point
Commits on Feb 14, 2018
Use long.js in JS and native i64 in WASM; Compile literals more thoroughly
dcodeIO
committed
b1c6cca
View commit details
Copy full SHA for b1c6cca
View code at this point
Browse repository at this point
Commits on Feb 2, 2018
Update binaryen to latest nightly; Source map support
dcodeIO
committed
4736227
View commit details
Copy full SHA for 4736227
View code at this point
Browse repository at this point
Commits on Jan 23, 2018
Take advantage of smaller integer load and store ops
dcodeIO
committed
2fa7fc7
View commit details
Copy full SHA for 2fa7fc7
View code at this point
Browse repository at this point
Commits on Jan 18, 2018
Moved noEmit to compiler frontend; Added I/O and compile time measuring
dcodeIO
committed
1c4b0dd
View commit details
Copy full SHA for 1c4b0dd
View code at this point
Browse repository at this point
Update Binaryen and add optimize levels to asc
dcodeIO
committed
fc40ed8
View commit details
Copy full SHA for fc40ed8
View code at this point
Browse repository at this point
Commits on Jan 14, 2018
Polyfill move_memory and set_memory and remove Heap
dcodeIO
committed
ad469ca
View commit details
Copy full SHA for ad469ca
View code at this point
Browse repository at this point
Commits on Jan 12, 2018
Implicitly alias stdlib exports as program globals, see #8
dcodeIO
committed
2df318a
View commit details
Copy full SHA for 2df318a
View code at this point
Browse repository at this point
Commits on Jan 3, 2018
Better resolve infrastructure; Instance fields
dcodeIO
committed
ae99ade
View commit details
Copy full SHA for ae99ade
View code at this point
Browse repository at this point
Commits on Dec 30, 2017
PSON decoder example using namespaced imports
dcodeIO
committed
2888ba1
View commit details
Copy full SHA for 2888ba1
View code at this point
Browse repository at this point
Commits on Dec 29, 2017
Update binaryen.js and enable tee optimizations
dcodeIO
committed
c67f87a
View commit details
Copy full SHA for c67f87a
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL