Adopt lerna and typescript

This commit is contained in:
Jerome Wu
2022-09-13 17:23:21 +08:00
parent d2ea0066a7
commit 94bb51d073
139 changed files with 35770 additions and 11094 deletions

0
src/bind/bind.js Normal file
View File

View 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
View File

@@ -0,0 +1,3 @@
const EXPORTED_FUNCTIONS = ["_ffmpeg"];
console.log(EXPORTED_FUNCTIONS.join(","));