-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: WebAssemblyOS/node
base: master
head repository: AssemblyScript/node
compare: main
- 17 commits
- 9 files changed
- 3 contributors
Commits on Jul 21, 2019
-
[Implement] Buffer.readInt8 (AssemblyScript#9)
* [Cleanup] readInt8's offset defaults to 0
Configuration menu - View commit details
-
Copy full SHA for 364fe63 - Browse repository at this point
Copy the full SHA 364fe63View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8613b14 - Browse repository at this point
Copy the full SHA 8613b14View commit details -
Configuration menu - View commit details
-
Copy full SHA for 00e1d25 - Browse repository at this point
Copy the full SHA 00e1d25View commit details -
Buffer readuint8 (AssemblyScript#11)
* [Implement] Buffer.readUInt8 * [Cleanup] Removing readInt8 Clearing out a stray piece of code left over from a different branch.
Configuration menu - View commit details
-
Copy full SHA for 1b2fe13 - Browse repository at this point
Copy the full SHA 1b2fe13View commit details -
Configuration menu - View commit details
-
Copy full SHA for ada4ce4 - Browse repository at this point
Copy the full SHA ada4ce4View commit details
Commits on Jul 22, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 05f31ee - Browse repository at this point
Copy the full SHA 05f31eeView commit details
Commits on Jul 23, 2019
-
[Implement] isBuffer<T>(value: T) (AssemblyScript#8)
* [Implement] isBuffer<T>(value: T) * [Fix] Null expectation, remove diff * [Cleanup] remove null check * [Cleanup] Update assemblyscript, fix null assertions, wait for as-pect bug fix in 2.2.0 * [Chore] update package versions * [Fix] update pass check
Configuration menu - View commit details
-
Copy full SHA for 22e7456 - Browse repository at this point
Copy the full SHA 22e7456View commit details
Commits on Jul 26, 2019
-
[Implement] Read/Write Int16/UInt16, LE and BE (AssemblyScript#16)
* [Implement] ReadInt16BE and ReadInt16LE * [Cleanup] Consistent with std lib, Missing TODOs * [Implement] ReadUInt16BE and ReadUInt16LE * [Implement] write(U)Int(L/B)E * [Cleanup] [Optimize] Using recommended changes * [Cleanup] Directly comparing written buffers * [Cleanup] Increases tests readability and malleability * [Cleanup] Formatting * [Cleanup] commented toThrow() function formatting
Configuration menu - View commit details
-
Copy full SHA for 5ced001 - Browse repository at this point
Copy the full SHA 5ced001View commit details
Commits on Aug 1, 2019
-
[Implement] HEX Encoding: decode, decodeUnsafe, encode (AssemblyScrip…
…t#17) * [Implement] HEX encoding * [Optimize] Hex encode * [Optimize] hex#encode * [Fix] docs, switch to single if * Update node.d.ts
Configuration menu - View commit details
-
Copy full SHA for 9027d73 - Browse repository at this point
Copy the full SHA 9027d73View commit details -
Configuration menu - View commit details
-
Copy full SHA for 04668b8 - Browse repository at this point
Copy the full SHA 04668b8View commit details
Commits on Aug 6, 2019
-
[Implement] Buffer Read/Write 32 Bit Int/Float (AssemblyScript#19)
* [Implement] Buffer Handling (U)Int32 * [Cleanup] Actually using signed int 32, now. * [Implement] Buffer Handling Float * [Bug] Copy-Paste Issue * [Cleanup] Simplified load and store for LE Floats * [Chore] fix space between if keywords
Configuration menu - View commit details
-
Copy full SHA for f1056aa - Browse repository at this point
Copy the full SHA f1056aaView commit details -
[Implement] Read/Write BigInt and Double (AssemblyScript#21)
* [Implement] Read/Write BigInt and Double * [Fix] Small changes
Configuration menu - View commit details
-
Copy full SHA for 5f0b0dc - Browse repository at this point
Copy the full SHA 5f0b0dcView commit details
Commits on Aug 21, 2019
-
[Implement] Buffer.swap16/32/64 (AssemblyScript#22)
* [Implement] Buffer.swap16/32/64 * [Cleanup] Using proper error message
Configuration menu - View commit details
-
Copy full SHA for e3e6b3a - Browse repository at this point
Copy the full SHA e3e6b3aView commit details
Commits on Sep 2, 2019
-
Buffer refactoring (AssemblyScript#24)
* refactor Buffer * remove inline for exported methods
Configuration menu - View commit details
-
Copy full SHA for b6ef8c7 - Browse repository at this point
Copy the full SHA b6ef8c7View commit details
Commits on Mar 12, 2020
-
Update to latest as-pect, fix compiler errors (AssemblyScript#26)
* update to latest as-pect, fix ArrayBufferView errors * add compiler errors detection for code exit * remove excess type info * fix up wasi * general cleanups * update to latest aspect and assemblyscript, remove index signatures, add in some unreachable tests * use promises to write files, optimize allocUnsafe
Configuration menu - View commit details
-
Copy full SHA for d3ac890 - Browse repository at this point
Copy the full SHA d3ac890View commit details
Commits on Mar 13, 2020
-
Feature ASCII encoding and decoding (AssemblyScript#27)
* start implementation * fix operator grouping, now to optimize * remove lookup table, switch to simple bitwise * mask with shorter literal, remove explicit cast * add decorator
Configuration menu - View commit details
-
Copy full SHA for 6e0743c - Browse repository at this point
Copy the full SHA 6e0743cView commit details
Commits on May 22, 2020
-
update as to 10, add wasi, add sandbox (AssemblyScript#29)
* update as to 10, add wasi, add sandbox * add cli flag preopens, override at {testname}.spec.wasi.jsConfiguration menu - View commit details
-
Copy full SHA for bbd353f - Browse repository at this point
Copy the full SHA bbd353fView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...main