Split out work.rs into its own crate

This commit is contained in:
Richard Feldman 2024-06-16 22:26:58 -04:00
parent 41ea2bfbc7
commit 4042fd8d52
No known key found for this signature in database
GPG key ID: F1F21AA5B1D9E43B
8 changed files with 78 additions and 4 deletions

View file

@ -8,7 +8,6 @@ pub mod docs;
pub mod file;
pub mod module;
mod module_cache;
mod work;
#[cfg(target_family = "wasm")]
mod wasm_instant;