C++ Tutorial - Write Your Own Javascript Runtime Software (Like Node js)

Поделиться
HTML-код
  • Опубликовано: 29 окт 2024

Комментарии • 13

  • @smvnt3803
    @smvnt3803 2 года назад +2

    Great library! I'm planning to integrate it with a graphics library so I can use JavaScript for the more complicated stuff and C++ for the more memory-intense stuff.

  • @balanagendrabetha466
    @balanagendrabetha466 3 года назад +2

    Lemon Framework is great. LIghtweight and easy to install.
    You said it is possible C++ to call JS.
    Please provide an example on how to do this. Thanks.

  • @FullstackDevelopment
    @FullstackDevelopment  4 года назад +1

    13:42 - Helpers class is removed, instead use StaticHelpers::ToCString(str);

  • @mystwalker479
    @mystwalker479 Год назад +1

    is it hard to work directly with V8 than using libraries like Lemon?

  • @backupmemories897
    @backupmemories897 3 месяца назад

    how to share it.. like a dll can control the main exe v8 .. exe so fat xD wanted to make plugin base

  • @hereticstanlyhalo6916
    @hereticstanlyhalo6916 3 года назад +2

    Can I make this work with TypeScript?

    • @ayoubboulbaz2852
      @ayoubboulbaz2852 3 года назад

      Typescript needs its own compiler that generates JS code which means it won't work this way.

    • @tommyboy3310
      @tommyboy3310 2 года назад

      you'd need to implement a ts compiler

  • @LV-ei1ce
    @LV-ei1ce 11 месяцев назад

    How is it different from NAPi

  • @miroslavbelov7903
    @miroslavbelov7903 3 года назад +1

    I think it's about how to write your own js vm)

  • @mehdi-vl5nn
    @mehdi-vl5nn Год назад

    3:23 no main?