You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to specify compiler output passing the following options cause issues:
forge build -o dist --extra-output '*'
compiling...
Compiling 4 files with 0.8.10
Error:
0: missing field `wast` at line 1 column 20446
Location:
/rustc/f1edd0429582dd29cccacaf50fd134b05593bd9c/library/core/src/result.rs:1914
When a valid config.json is found in the root dir:
$ forge build -o dist --extra-output *> error: Found argument 'config.json' which wasn't expected, or isn't valid in this context
When no config.json file is found in the root dir:
forge build -o dist --extra-output *
error: Found argument 'foundry.toml' which wasn't expected, or isn't valid in this context
USAGE:
forge build [OPTIONS]
For more information try --help
Component
Forge
Have you ensured that all of these are up to date?
What version of Foundry are you on?
forge 0.1.0 (6433961 2022-02-11T04:19:30.593881+00:00)
What command(s) is the bug in?
forge build -o dist --extra-output '*'
Operating System
Linux
Describe the bug
When trying to specify compiler output passing the following options cause issues:
When a valid
config.json
is found in the root dir:When no
config.json
file is found in the root dir:additional i tried the this for config.json
which would ask for every available output and same error.
When passing a value like
legacyAssembly
compiled output is successful, but its using the default settings
When passing the value like
evm.assembly
I get correct output
The text was updated successfully, but these errors were encountered: