Adopt lerna and typescript
This commit is contained in:
0
src/bind/bind.js
Normal file
0
src/bind/bind.js
Normal file
10
src/bind/export-runtime.js
Normal file
10
src/bind/export-runtime.js
Normal file
@@ -0,0 +1,10 @@
|
||||
const EXPORTED_RUNTIME_METHODS = [
|
||||
"FS",
|
||||
"setValue",
|
||||
"getValue",
|
||||
"UTF8ToString",
|
||||
"lengthBytesUTF8",
|
||||
"stringToUTF8",
|
||||
];
|
||||
|
||||
console.log(EXPORTED_RUNTIME_METHODS.join(","));
|
||||
3
src/bind/export.js
Normal file
3
src/bind/export.js
Normal file
@@ -0,0 +1,3 @@
|
||||
const EXPORTED_FUNCTIONS = ["_ffmpeg"];
|
||||
|
||||
console.log(EXPORTED_FUNCTIONS.join(","));
|
||||
Reference in New Issue
Block a user