Skip to content

Commit

Permalink
Restoring emfiberthreads export
Browse files Browse the repository at this point in the history
  • Loading branch information
Yahweasel committed Jan 25, 2025
1 parent df36ba8 commit e487dbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/mk-exports.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ async function main() {
const jsSuffix = process.argv[4];

const funcs = JSON.parse(await fs.readFile("funcs.json", "utf8"));
const exports = [];
const exports = ["_emfiberthreads_timeout_expiry"];
const components = (
await fs.readFile(`configs/configs/${variant}/components.txt`, "utf8")
).trim().split("\n");
Expand Down

0 comments on commit e487dbf

Please sign in to comment.