Skip to content

Commit 7184fd5

Browse files
committed
Step 7.4: Create CPP wrappers
1 parent d6b8356 commit 7184fd5

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

resources/cpp/post.js

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
return {
2+
Utils: {
3+
mod: Module.utils_mod,
4+
trim: Module.utils_trim,
5+
isBetween: Module.utils_isBetween,
6+
compare: Module.utils_compare
7+
}
8+
};
9+
10+
})();

resources/cpp/pre.js

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CPP = (function() {

0 commit comments

Comments
 (0)