Overview of next-taskless utilities
canaryThe next-taskless crate provides Next.js utilities designed to operate without a dependency on turbo-tasks. This decoupling allows these utilities to be shared across different build toolchains, specifically webpack and rspack codepaths.
To ensure compatibility in environments where native bindings are unavailable, this crate is designed to be compilable to WebAssembly (WASM).