Skip to content
Avatar

Highlights

  • Arctic Code Vault Contributor
c-smile/README.md

Pinned

  1. Sciter is an embeddable HTML/CSS/scripting engine

    Pawn 1.3k 162

  2. Sciter.JS - Sciter but with QuickJS on board instead of my TIScript

    Batchfile 719 15

  3. Forked from bellard/quickjs

    Public repository of the QuickJS Javascript Engine. Pull requests are not accepted. Use the mailing list to submit patches.

    C 10 1

  4. Generators/corroutines for C++

    C++ 30 3

  5. async.hpp - asynchronous, stackless coroutines for C++

    C++ 16

  6. Revelation from experienced kamikazes of programming

    27 1

197 contributions in the last year

Oct Nov Dec Jan Feb Mar Apr May Jun Jul Aug Sep Oct Mon Wed Fri

Contribution activity

October 2020

Created a pull request in bellard/quickjs that received 3 comments

MSVC compatibility

General MSVC compatibility. CONFIG_VERSION (too common/generic) replaced by QUICKJS_VERSION due to clashes with other libraries that use CONFIG_VE…

+4,265 −35 3 comments

Created an issue in bellard/quickjs that received 2 comments

Bug in derived classes (with `extends`) in modules

How to reproduce: file "module.js": class Parent {} export class Child extends Parent { childInstanceVar = 42; constructor() {} } file "test.js" i…

2 comments

Seeing something unexpected? Take a look at the GitHub profile guide.

You can’t perform that action at this time.