Ecosyste.ms: OpenCollective

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

github.com/swiftwasm/JavaScriptKit

Swift framework to interact with JavaScript through WebAssembly.
https://github.com/swiftwasm/JavaScriptKit

Add support for instanceof (#25)

* Add instanceof support

* Make instanceof safe

* Directly return the result of instanceof...

18adf420599e0f3728007c6daf7f34008c622cdb authored over 4 years ago
Merge pull request #23 from swiftwasm/dependabot/npm_and_yarn/Example/elliptic-6.5.3

Bump elliptic from 6.5.2 to 6.5.3 in /Example

b5382e677331e29540c688bbfc08789a3b6b8684 authored over 4 years ago
Bump elliptic from 6.5.2 to 6.5.3 in /Example

Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.2 to 6.5.3.
- [Release notes](htt...

b6a9c1763b195dc5014b0f3c64d7b1abb6d6ffc3 authored over 4 years ago
Bump lodash from 4.17.15 to 4.17.19 in /Example (#20)

e7d5e54bf69c8fecdb88702b217a84954296d432 authored over 4 years ago
Bump 0.5.0

c90e82fe1d576a2ccd1aae798380bf80be7885fb authored over 4 years ago
Merge pull request #19 from swiftwasm/fix-heap-system

Renovate heap system to avoid polluting object

cc65b0e65173590c66d2519477ec0eb055df55da authored over 4 years ago
Renovate heap system not to pollute object

166912c392bfef23020753f29ea225d3e97b9d2f authored over 4 years ago
Add reference count system benchmark suite

38ae6fd679770c33e581f4782f8565d991454a4f authored over 4 years ago
Apply swiftformat

423431f81b6a1fa3b1334f8c7ba2727e76a6bffa authored over 4 years ago
Add Linux CI variant

5a73a918dd70405d0be739a41c7aa69e1f708af5 authored over 4 years ago
Use enum_extensibility(closed)

d15bcbfcbc68b927d08c96d63af9617baacd24b1 authored over 4 years ago
Refactoring makefile

6b748d2845465c7dcaabdf3834f0816ca431a05b authored over 4 years ago
Add JS benchmarks

df0c35961fd0249b0db252309000480359b0c063 authored over 4 years ago
Split test scripts

0fe13a4829f304cafff851d282539a72b9986bb0 authored over 4 years ago
clang-format Sources/_CJavaScriptKit/include/_CJavaScriptKit.h

23a469ad5fd97c867461bb85518ccb04c544e36c authored over 4 years ago
Add benchmark tests

d3f7578c362553de2ae5c5868e9589d9caa5b84d authored over 4 years ago
Add library compatibility check

54780683e90c3077d2bcfbac51fcaeca99c2c8d4 authored over 4 years ago
Rename directory

75c68ea360ec780f0be0b85d52733b6df220e08f authored over 4 years ago
Remove duplicated encode

45d943145bb77b0740fa246b8a35a55a693bb9fe authored over 4 years ago
Cleanup swjs_heap_rc after deallocation

c3b9de82f6b73f5c9f3d0436bec39dea31de694c authored over 4 years ago
Merge pull request #17 from MaxDesiatov/patch-1

Handle stdio/stderr consistently in Example/src/index.js

e85e31c035d938555d3f2af415c9ccd43958f18d authored over 4 years ago
Update formatting in Example/src/index.js

f91841b5a5dd11f131679f6158b2cd4a429e8d39 authored over 4 years ago
Make stdio/stderr handling consistent in Example/src/index.js

Added per the discussion in #11.

9ef7981472088aa9e7bc494626adf3ba549c6e3d authored over 4 years ago
Bump 0.4.0

47f2bb16576ba386a2c7c69c97b0fd44f470126f authored over 4 years ago
Merge pull request #14 from kateinoigakukun/katei/refine-rc

Refine reference count system

7408cecdec7106afc6154dbb16a913ed069fddc6 authored over 4 years ago
Manage object reference count in JS runtime

eab7eb85c76ae56be0282029c22ff33037f7db47 authored over 4 years ago
Cleanup the object cache in JSObjectRef.deinit

d6709533a9b1d62a6a995605190e4d1078cafd6f authored over 4 years ago
Prevent early deallocation of object references

de328ffadb613a988547be9b260245f08968deaa authored over 4 years ago
Merge pull request #10 from MaxDesiatov/fix-setInsance-typo

Rename `setInsance` to `setInstance`

cba6775f5ee2faf0fc449152a7c6382c9ac519ae authored over 4 years ago
Rename `setInsance` to `setInstance`

d58715228760d54978d0a77d7e1e06a695c04cd9 authored over 4 years ago
Merge pull request #9 from MaxDesiatov/swift-5.2

Add [email protected] to support the older version

29111b3b020d137368d794211d644bbec3799a8a authored over 4 years ago
Add [email protected] to support the older version

45e4c5597454288864b40fadb97bdb8eba93b4bb authored over 4 years ago
Implement Closure release method

85b8617eb107e161ede6b8ded5f1eb88b54648e0 authored over 4 years ago
Update toolchain version

11e1b3cb5d95a4ff01314dc88fb9f665e9897a72 authored over 4 years ago
Merge pull request #7 from MaxDesiatov/patch-1

Fix example code in README.md

99d00161c2836fc74efbf16c78b4e0a102d4ef63 authored over 4 years ago
Fix example code in README.md

7e01bf55e9dc4e867f4dc9784ca7bd814fd5081e authored over 4 years ago
Update toolchain version and work test on macOS

b245ad5a2c1c4f5e519900ff06d845cbc106378a authored over 4 years ago
Create LICENSE

229f0b6f279ff7d6c775ac6c18fbb2ddd32b29b8 authored over 4 years ago
Add decoder sample code

4240679fc83885b6bd557a87f3b858d9015b2d75 authored over 4 years ago
Use method style for Object.keys dispatch

78e3d700b1a46a047331ff3de243538ebb81f39a authored over 4 years ago
Add JSValueConvertible conformance for some numeric types

a20d07d4b42910ad3aec2219682cad037e9536f3 authored over 4 years ago
add @_disfavoredOverload attribute for method call overload

524ccac8f851dcccff006104ec0b01040af1b50b authored over 4 years ago
Bump 0.3.0

1edcf707dcb06f50e980c6cac542f226361dc124 authored over 4 years ago
Enable release build

ed31b42e4fa14f332a01a50a30c7712cff56cfbd authored over 4 years ago
Merge pull request #4 from MaxDesiatov/patch-1

Update toolchain versions in README.md

b8d40775ffaa2546853227ecddf327a768750dcb authored over 4 years ago
Update toolchain versions in README.md

740e36b0c0e00c80e444e1542522545211b7f092 authored over 4 years ago
Bump 0.2.0

49bd63a627ea9c22a51dac9d331b3d5c35d8adfb authored over 4 years ago
Merge pull request #3 from kateinoigakukun/feat/float

Floating Point

6eb1b09cb31cad3c6c6e5813c27ebb1cf873079e authored over 4 years ago
Add JSArrayRef test case

3d8d15d585d3bc6f6bfbc9c9a4d9eab8d1c83d9c authored over 4 years ago
Add decoder test cases

092e87d5d2205a71a5271cf8ad4dc44ac3c7f7c5 authored over 4 years ago
Add construction test cases

23be49118080aa874f3aa5a113d6cee596ef0f29 authored over 4 years ago
Add construction test cases

b151fb81d492604a615c076c27dbdcb515216e15 authored over 4 years ago
WIP

0323f8f60a6c49c99ef458d9860c6fc0f8471613 authored over 4 years ago
WIP

6c19dd2021d3d0d52d5bcbb976c5cf73eaf16998 authored over 4 years ago
WIP

d3426395a8204ee3edf979c34110cebd7f7f41d0 authored over 4 years ago
WIP

dadfc3dca07edb2e29e97f741678c3e6a0f0447d authored over 4 years ago
Add JSValueDecoder

90d6937b97756f5b10f203d878e3e0ed8e68bd0b authored over 4 years ago
Add JSArray class to iterate the value

fd8d7d9e608ce8c520183d9ade27e41fb068e25b authored over 4 years ago
Update JavaScriptKit

d0aaa491ce5b211117889f03243e1c249b61e86a authored over 4 years ago
Update Example

9f34011cf52af519c4fc1b5114ebcd6b856fe0a0 authored almost 5 years ago
Merge pull request #2 from Unkaputtbar/bugfix/malloc-leak

Fix leak due to missing free after a host function call.

4df1d545355b4b61c9bf5d04b1b1e25f1307692a authored almost 5 years ago
Fix leak due to missing free after a host function call.

297a71011e28a25a12176261e23bb00b3df92165 authored almost 5 years ago
Create README.md

4dab82292ad5567ce0d5dde1e08035a5c07a24f1 authored almost 5 years ago
Make JSFunctionRef inherit JSObjectRef

e68d137498feb4e76c0431ce083511e469feb4ba authored almost 5 years ago
Fix utf8 interpolation

c87cf078b75d3280257d0a60df0e1575900b3e9b authored almost 5 years ago
Update package.json

21b48119b5cd61cb8bbc79a068143b1964df01d1 authored almost 5 years ago
Update README.md

c0c1cb48749bc557b1cf876f34a36b0f5a6afca2 authored almost 5 years ago
Merge pull request #1 from kateinoigakukun/build-system

Simplify build system

7375c714b9264f8d82dfab3db3d6d8776a5db786 authored almost 5 years ago
Setup matrix

267146dd8c6542db9e76c9855ed3c97b0b93a196 authored almost 5 years ago
Update toolchain version

f255b5eb27c3f51584835921ab40d1c8bd0f3707 authored almost 5 years ago
Update README.md

0db7f0316bf63dc7f48a2ed8aac0bea5d8e7a4a0 authored almost 5 years ago
Remove wasi-sdk installation

32b1738fc0e0a90e36f24ab9b54035c2dbeb80ba authored almost 5 years ago
Simplify build step

d5d6b96534658f3a95a9f28b5f99df0d7248f3d1 authored almost 5 years ago
Update README.md

e84a061c178715b2a9a22e27f5d93fa73d4f72fd authored almost 5 years ago
Fix ci

3b373ecb80cbcd13a57ce12b5789ff8fa9ca3bd8 authored almost 5 years ago
Setup CI

df840de48283d3e66b617881aac7482c011da803 authored almost 5 years ago
Allow extra argument

5c93198b31b740be8b0cf9f8354e35a5b2af36b3 authored almost 5 years ago
Ignore crashing test case for temporarily

858c79262c3a7e5b5fe0d3174e1269c9978afc32 authored almost 5 years ago
Merge branch 'master' of ssh://github.com/kateinoigakukun/JavaScriptKit

94b6b1b48be4703d60b48007e3def41ee75fde7b authored almost 5 years ago
Update toolchain

b731199effe7324c409bb09999b279248a0a7cf2 authored almost 5 years ago
Update README.md

62082a44487d635a4e56a33e74dc9c8c1e4600b0 authored almost 5 years ago
Pin toolchain version

c13928b3a1f686e2761e8e4481e00f7017c9b7f1 authored almost 5 years ago
Rename correctly

554f985033eff31e24fd69444322eeb7262f0c05 authored almost 5 years ago
Rename dir again

9b4784431888cdbb690325efa05fb069cc8c32fb authored almost 5 years ago
Rename dir

7060de747e6ad334e1f6111b34c5df89a361f9d4 authored almost 5 years ago
Fix Example

68da4256cd50856c7a583cd34d7b6dc804c2c157 authored almost 5 years ago
Fix updated paths

8f73881cd7a3b158f728bc4da8b8c3bdab543ae5 authored almost 5 years ago
Rename to IntegrationTests

6783aef7424e7c422f6b571cc99bf5d011b85cc2 authored almost 5 years ago
Move runtime library dir

befb559b15b6b014693c6489ab02fd56254fc85a authored almost 5 years ago
Move SwiftPM package to root dir

547adcb3fc6808c5b2f78135670282161eae2ed0 authored almost 5 years ago
Add Example page

8a80f20752c223742ece373089894d63554ee5ca authored almost 5 years ago
Refactoring heap object

a3de6b048f2ccc3f44690411a62e5553f8be4912 authored almost 5 years ago
Support Object identity

b82f50290ab16044616c0a76294192ed810f84af authored almost 5 years ago
Manage JS environment heap allocation

8791f65e626cb7fc101d235df560436d8e7d2597 authored almost 5 years ago
Cleanup overload definition

53c25ed8d71d86fe05499c09a5ea94fd40f32aa8 authored almost 5 years ago
Support Dictionary and Array conversion

60531865f8e8bbdc82e332f5458c7b91c7e16001 authored almost 5 years ago
Support Syntax sugar

29773ece13237446d28a6ea4d3612e0c4e080d37 authored almost 5 years ago
Support function call with this

b34607bbfc2cc1faec4469be2bf2ec5b66920ee5 authored almost 5 years ago
Support new object construction

408a99a9760f1b345efa08d297e51b77362b3c9a authored almost 5 years ago
Split JSObject file

7bdfe8cbfbd54da125b00b58c6a54a06f50d2716 authored almost 5 years ago