Skip to content

Conform to Cargo's conventional file layout#275

Merged
sunfishcode merged 1 commit intobytecodealliance:masterfrom
alexcrichton:restructure
Aug 13, 2019
Merged

Conform to Cargo's conventional file layout#275
sunfishcode merged 1 commit intobytecodealliance:masterfrom
alexcrichton:restructure

Conversation

@alexcrichton
Copy link
Member

Move src/*.rs to src/bin/*.rs which are automatically inferred as
binaries and move src/utils.rs to src/lib.rs which is compiled as a
reusable library for each of the binaries we're building.

Move `src/*.rs` to `src/bin/*.rs` which are automatically inferred as
binaries and move `src/utils.rs` to `src/lib.rs` which is compiled as a
reusable library for each of the binaries we're building.
@sunfishcode
Copy link
Member

Cool, +1 for doing things the conventional way :-).

@sunfishcode sunfishcode merged commit 5fe550f into bytecodealliance:master Aug 13, 2019
@alexcrichton alexcrichton deleted the restructure branch January 7, 2020 15:08
dhil added a commit to dhil/wasmtime that referenced this pull request Jan 20, 2025
avanhatt pushed a commit to wellesley-prog-sys/wasmtime that referenced this pull request Apr 9, 2025
Support solver selection on a per-expansion basis.

The runner now supports "solver rules" consisting of an expansion
predicate and a solver backend. These can be provided on the command
line with e.g. `--solver-rule z3=tag:float`. It also sets up default
selection rules with an explicit tag, so `solver_z3` and `solver_cvc5`.

Updates bytecodealliance#275
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants