wasmux
Version:
WebAssembly toolchain for compiling libc and kernel into system-level WASM modules
15 lines (11 loc) • 345 B
JavaScript
/*
* MIT License
*
* Copyright (c) 2026 Yurii Yakubin (yurii.yakubin@gmail.com)
*
* Permission is granted to use, copy, modify, and distribute this software
* under the MIT License. See LICENSE file for details.
*/
;
const { parentPort, workerData } = require("node:worker_threads");
module.exports = require("./worker");