Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/AssemblyScript/node

Implementations of the node.js APIs for use with AssemblyScript.
https://github.com/AssemblyScript/node

update as to 10, add wasi, add sandbox (#29)

* update as to 10, add wasi, add sandbox

* add cli flag preopens, override at {testname}.spec...

bbd353ffbf2a7180ad6979a5f9a5bd91e677acb6 authored over 4 years ago by jtenner <[email protected]>
Feature ASCII encoding and decoding (#27)

* start implementation

* fix operator grouping, now to optimize

* remove lookup table, swi...

6e0743c4958a6656cf6a3e9db12fad43753c1a63 authored almost 5 years ago by jtenner <[email protected]>
Update to latest as-pect, fix compiler errors (#26)

* update to latest as-pect, fix ArrayBufferView errors

* add compiler errors detection for co...

d3ac890cc43accd5eedbc7223962ddb26f64c3bd authored almost 5 years ago by jtenner <[email protected]>
Buffer refactoring (#24)

* refactor Buffer
* remove inline for exported methods

b6ef8c71a5af51c1be817855fc50d42168c76032 authored over 5 years ago by Max Graey <[email protected]>
[Implement] Buffer.swap16/32/64 (#22)

* [Implement] Buffer.swap16/32/64

* [Cleanup] Using proper error message

e3e6b3ab704297f4d4c38340b02a5a9831025444 authored over 5 years ago by RedDwarfian <[email protected]>
[Implement] Read/Write BigInt and Double (#21)

* [Implement] Read/Write BigInt and Double

* [Fix] Small changes

5f0b0dc30bd9198444c982e144177760339d6a41 authored over 5 years ago by RedDwarfian <[email protected]>
[Implement] Buffer Read/Write 32 Bit Int/Float (#19)

* [Implement] Buffer Handling (U)Int32

* [Cleanup] Actually using signed int 32, now.

* [I...

f1056aad723ed6c77bfe79351a99d93811f3613a authored over 5 years ago by RedDwarfian <[email protected]>
[Implement] subarray (#20)

04668b8f6867a38da89b66a71165d88cba7a056d authored over 5 years ago by jtenner <[email protected]>
[Implement] HEX Encoding: decode, decodeUnsafe, encode (#17)

* [Implement] HEX encoding

* [Optimize] Hex encode

* [Optimize] hex#encode

* [Fix] docs...

9027d732f7c3150e34b9163f716da58abe5f9bdf authored over 5 years ago by jtenner <[email protected]>
[Implement] Read/Write Int16/UInt16, LE and BE (#16)

* [Implement] ReadInt16BE and ReadInt16LE

* [Cleanup] Consistent with std lib, Missing TODOs
...

5ced001d3cc156c4d6e955bb111bb7c9a54305aa authored over 5 years ago by RedDwarfian <[email protected]>
[Implement] isBuffer<T>(value: T) (#8)

* [Implement] isBuffer<T>(value: T)

* [Fix] Null expectation, remove diff

* [Cleanup] remo...

22e7456cd117aeb4f962449f0ebd65f654ef9e78 authored over 5 years ago by jtenner <[email protected]>
[Cleanup] Update index.ts and fix mistake (#14)

05f31eeeaf4a11fd0d38a5e1915630990402eede authored over 5 years ago by jtenner <[email protected]>
[Tests] Add wat output and .gitignore (#2)

ada4ce4bd1a6dae56d72ed4485b9e9425a4b2b7d authored over 5 years ago by jtenner <[email protected]>
Buffer readuint8 (#11)

* [Implement] Buffer.readUInt8

* [Cleanup] Removing readInt8

Clearing out a stray piece of...

1b2fe13ff86ab88fef5175727419c4ee947bcf1d authored over 5 years ago by RedDwarfian <[email protected]>
[Implement] Buffer.writeUInt8 (#12)

00e1d25a2517a781eb227aa921604e862517636c authored over 5 years ago by RedDwarfian <[email protected]>
[Implement] Buffer.writeInt8 (#13)

8613b1474580c88489d2a3d1800050dc54cf5035 authored over 5 years ago by RedDwarfian <[email protected]>
[Implement] Buffer.readInt8 (#9)

* [Cleanup] readInt8's offset defaults to 0

364fe6341619bd3475d3b2ab75d169601fed1952 authored over 5 years ago by RedDwarfian <[email protected]>
[Feature] Implement Buffer.alloc and Buffer.allocUnsafe, add tests (#4)

* [Feature] Implement Buffer.alloc and Buffer.allocUnsafe, add tests

* [Tests] Add Actual and...

c3a162da8186b9273018bfe4eceb9d37c9ac5dd2 authored over 5 years ago by jtenner <[email protected]>
Add initial instructions to README (#3)

* Add initial instructions to README

* more concrete

* address comments

* link prelimin...

ff5a10cedd94e6b2779c7d89747341e98713cb08 authored over 5 years ago by Daniel Wirtz <[email protected]>
Set up testing (#1)

af05bf7bb7d82be90fbf36602a32f91a74809dad authored over 5 years ago by jtenner <[email protected]>
Initial commit

a4dac9f583c6f0601dcffb984370228466508ab5 authored over 5 years ago by dcode <[email protected]>