Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: WebAssemblyOS/node
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: AssemblyScript/node
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 17 commits
  • 9 files changed
  • 3 contributors

Commits on Jul 21, 2019

  1. [Implement] Buffer.readInt8 (AssemblyScript#9)

    * [Cleanup] readInt8's offset defaults to 0
    RedDwarfian authored and jtenner committed Jul 21, 2019
    Configuration menu
    Copy the full SHA
    364fe63 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8613b14 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    00e1d25 View commit details
    Browse the repository at this point in the history
  4. Buffer readuint8 (AssemblyScript#11)

    * [Implement] Buffer.readUInt8
    
    * [Cleanup] Removing readInt8
    
    Clearing out a stray piece of code left over from a different branch.
    RedDwarfian authored and jtenner committed Jul 21, 2019
    Configuration menu
    Copy the full SHA
    1b2fe13 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ada4ce4 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2019

  1. Configuration menu
    Copy the full SHA
    05f31ee View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2019

  1. [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
    jtenner authored Jul 23, 2019
    Configuration menu
    Copy the full SHA
    22e7456 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2019

  1. [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
    RedDwarfian authored and jtenner committed Jul 26, 2019
    Configuration menu
    Copy the full SHA
    5ced001 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2019

  1. [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
    jtenner authored Aug 1, 2019
    Configuration menu
    Copy the full SHA
    9027d73 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04668b8 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2019

  1. [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
    RedDwarfian authored and jtenner committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    f1056aa View commit details
    Browse the repository at this point in the history
  2. [Implement] Read/Write BigInt and Double (AssemblyScript#21)

    * [Implement] Read/Write BigInt and Double
    
    * [Fix] Small changes
    RedDwarfian authored and jtenner committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    5f0b0dc View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2019

  1. [Implement] Buffer.swap16/32/64 (AssemblyScript#22)

    * [Implement] Buffer.swap16/32/64
    
    * [Cleanup] Using proper error message
    RedDwarfian authored and jtenner committed Aug 21, 2019
    Configuration menu
    Copy the full SHA
    e3e6b3a View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2019

  1. Buffer refactoring (AssemblyScript#24)

    * refactor Buffer
    * remove inline for exported methods
    MaxGraey authored Sep 2, 2019
    Configuration menu
    Copy the full SHA
    b6ef8c7 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2020

  1. 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
    jtenner authored Mar 12, 2020
    Configuration menu
    Copy the full SHA
    d3ac890 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2020

  1. 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
    jtenner authored Mar 13, 2020
    Configuration menu
    Copy the full SHA
    6e0743c View commit details
    Browse the repository at this point in the history

Commits on May 22, 2020

  1. 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.js
    jtenner authored May 22, 2020
    Configuration menu
    Copy the full SHA
    bbd353f View commit details
    Browse the repository at this point in the history
Loading