Refactor to remove events package

This commit is contained in:
Jerome Wu
2023-07-23 15:02:13 +08:00
parent be676060ba
commit ba63a8c468
16 changed files with 261 additions and 10043 deletions

View File

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