remove development scaffolding
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -211,7 +211,6 @@ jobs:
|
|||||||
name: Test
|
name: Test
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
|
||||||
matrix:
|
matrix:
|
||||||
build: [stable, beta, nightly, windows, macos]
|
build: [stable, beta, nightly, windows, macos]
|
||||||
include:
|
include:
|
||||||
@@ -388,7 +387,6 @@ jobs:
|
|||||||
name: Build wasmtime
|
name: Build wasmtime
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- build: x86_64-linux
|
- build: x86_64-linux
|
||||||
|
|||||||
@@ -82,8 +82,6 @@ members = [
|
|||||||
"fuzz",
|
"fuzz",
|
||||||
]
|
]
|
||||||
|
|
||||||
exclude = ["crates/cap-std"]
|
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["jitdump", "wasmtime/wat", "wasmtime/parallel-compilation"]
|
default = ["jitdump", "wasmtime/wat", "wasmtime/parallel-compilation"]
|
||||||
lightbeam = ["wasmtime/lightbeam"]
|
lightbeam = ["wasmtime/lightbeam"]
|
||||||
|
|||||||
Reference in New Issue
Block a user