Skip to content

issues Search Results · repo:cesanta/v7 language:C

Filter by

155 results
 (65 ms)

155 results

incesanta/v7 (press backspace or delete to remove)

var strJSon= { sex : \u00e7\u0094\u00b7 } ; print(strJSon); var obj = JSON.parse(strJSon); print(JSON.stringify(obj)); { sex : \u00e7\u0094\u00b7 } { sex : \u00c3\u00a7\u00c2\u0094\u00c2\u00b7 }
  • wangwolue
  • Opened 
    on Feb 24, 2022
  • #594

I am unable to compile the v7 binary provided in the makefile and i am observing linker errors. Undefined symbols for architecture x86_64: _mg_mk_str , referenced from: _mg_next_comma_list_entry in v7-fb9d22.o ...
  • syedkhalid
  • Opened 
    on Jun 8, 2021
  • #593

Is there any optimization tips when using v7, And how i could provide faster execution on the JavaScript side? And is there any performance improvements could be done for C project that uses v7? Sorry ...
  • ghost
  • Opened 
    on Feb 21, 2021
  • #592

Hi there! I m working on JavaScript bindings for raylib, It s game programming library, Using the amazing v7 JavaScript engine! Anyway, With structs i m stuck cause if one of struct values are below ...
  • ghost
  • 4
  • Opened 
    on Feb 15, 2021
  • #591

https://docs.cesanta.com/v7/dev This link seems to be broken. It d be nice to have that fixed, as I don t seem to find any other way of finding out how I could implement require or even import. Thanks! ...
  • IngwiePhoenix
  • Opened 
    on Jan 20, 2019
  • #588

Using GCC 7.2.0, Current version does build. Bisect first broken commit id is 8d8d8ce53d78614f8cfa5bf711a62f225e1cdaf2 Get the following errors: /tmp/ccGyAeeq.o: In function `mg_next_comma_list_entry ...
  • rainey
  • 1
  • Opened 
    on Sep 19, 2017
  • #587

include stdio.h #include v7.h int main(void) { struct v7* v7 = v7_create(); v7_val_t a = v7_mk_array(v7); v7_array_push(v7, a, v7_mk_number(v7, 0)); v7_array_push(v7, a, v7_mk_number(v7, 1)); v7_array_push(v7, ...
  • biyuexiug
  • 1
  • Opened 
    on Jul 28, 2017
  • #586

Some values can t be passed directly to a function. I was trying to pass true as the first argument to a function, but it got turned into undefined. From what I ve seen this happens with false and null ...
  • fabiosantoscode
  • 3
  • Opened 
    on Jul 9, 2017
  • #585

could you give me one example about ajax?
  • biyuexiug
  • Opened 
    on Jul 8, 2017
  • #584

  • yemingyu
  • 2
  • Opened 
    on May 17, 2017
  • #583
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub