Skip to content

Commit

Permalink
Fix benchmark runtime variant
Browse files Browse the repository at this point in the history
Target `wasm32-wasi` has been renamed to `wasi`
  • Loading branch information
paulcadman committed Apr 19, 2024
1 parent 6231946 commit c6339bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bench/Variants.hs
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ runtimeWasm =
_variantColor = getVariantColor RuntimeWasm,
_variantRun = runWasm,
_variantBuild = \args ->
command_ [] "juvix" (runtimeCommon ++ ["--target=wasm32-wasi"] ++ commonOptions args ext)
command_ [] "juvix" (runtimeCommon ++ ["--target=wasi"] ++ commonOptions args ext)
}
where
ext :: [String]
Expand Down

0 comments on commit c6339bd

Please sign in to comment.