Skip to content

Commit

Permalink
[COMMIT] Adding files for interfaces, parsers, and wasm modules
Browse files Browse the repository at this point in the history
  • Loading branch information
ganeshkbhat authored Jul 5, 2023
1 parent a9af52d commit 5ddea19
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/interfaces.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/*
License: MIT
Dynamic CGI serving using dynamic path imports for
CGI supporting executable for Interpreted languages Embedded Distribution
Contribution: 2018 Ganesh K. Bhat <[email protected]>
*/

/* eslint no-console: 0 */

'use strict';
10 changes: 10 additions & 0 deletions src/parsers.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/*
License: MIT
Dynamic CGI serving using dynamic path imports for
CGI supporting executable for Interpreted languages Embedded Distribution
Contribution: 2018 Ganesh K. Bhat <[email protected]>
*/

/* eslint no-console: 0 */

'use strict';

0 comments on commit 5ddea19

Please sign in to comment.