-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
multithreading, deasyncifying async host functions, perf improvements…
… context flush, proper gas handling
- Loading branch information
1 parent
6b0cc76
commit e536de1
Showing
17 changed files
with
23,578 additions
and
1,028 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,3 +12,4 @@ | |
/test/*.js | ||
*.d.ts | ||
*.js.map | ||
build |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,4 +12,5 @@ | |
/test/*.js | ||
*.d.ts | ||
*.js.map | ||
/duktape | ||
/duktape | ||
build/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
{ | ||
"C_Cpp.errorSquiggles": "disabled" | ||
"C_Cpp.errorSquiggles": "disabled", | ||
"files.associations": { | ||
"*.ejs": "html", | ||
"*.amp": "html", | ||
"xhash": "cpp", | ||
"mutex": "cpp", | ||
"duk_internal.h": "c" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.