mirror of
https://github.com/anoma/juvix.git
synced 2024-11-26 17:06:23 +03:00
bench: Fix juvix compile flag for wasm (#1925)
This commit is contained in:
parent
c22cd5cc45
commit
ebb4a27b69
@ -165,7 +165,7 @@ juvixWasm =
|
||||
_variantColor = getVariantColor JuvixWasm,
|
||||
_variantRun = runWasm,
|
||||
_variantBuild = \args ->
|
||||
command_ [] "juvix" (juvixCommon ++ ["--target=wasm"] ++ commonOptions args ext)
|
||||
command_ [] "juvix" (juvixCommon ++ ["--target=wasm32-wasi"] ++ commonOptions args ext)
|
||||
}
|
||||
where
|
||||
ext :: [String]
|
||||
|
Loading…
Reference in New Issue
Block a user