mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-06-12 17:31:02 +00:00
Add support for esm and cjs modules
This commit is contained in:
@@ -49,9 +49,5 @@ libc = { workspace = true }
|
||||
inkwell = { workspace = true, features = ["target-riscv", "llvm18-0-no-llvm-linking"]}
|
||||
|
||||
[features]
|
||||
default = []
|
||||
parallel = ["rayon"]
|
||||
|
||||
# Enable parallel by default only for non-emscripten targets
|
||||
[target.'cfg(not(target_os = "emscripten"))'.features]
|
||||
default = ["parallel"]
|
||||
|
||||
Reference in New Issue
Block a user