mirror of
https://github.com/anoma/juvix.git
synced 2024-12-23 14:53:04 +03:00
Fix benchmark runtime variant (#2740)
This PR fixes the broken benchmarks build: https://github.com/anoma/juvix-nightly-builds/actions/runs/8731798856/job/23958282008 Target `wasm32-wasi` has been renamed to `wasi`
This commit is contained in:
parent
0e8ccb7db2
commit
ca14c3cfcb
@ -198,7 +198,7 @@ runtimeWasm =
|
|||||||
_variantColor = getVariantColor RuntimeWasm,
|
_variantColor = getVariantColor RuntimeWasm,
|
||||||
_variantRun = runWasm,
|
_variantRun = runWasm,
|
||||||
_variantBuild = \args ->
|
_variantBuild = \args ->
|
||||||
command_ [] "juvix" (runtimeCommon ++ ["--target=wasm32-wasi"] ++ commonOptions args ext)
|
command_ [] "juvix" (runtimeCommon ++ ["--target=wasi"] ++ commonOptions args ext)
|
||||||
}
|
}
|
||||||
where
|
where
|
||||||
ext :: [String]
|
ext :: [String]
|
||||||
|
Loading…
Reference in New Issue
Block a user