Skip to content

Commit be9a7e5

Browse files
authored
Update README.md
1 parent fcc2d41 commit be9a7e5

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

packages/vm/README.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -100,32 +100,20 @@ cp target/wasm32-unknown-unknown/release/floaty.wasm ../../packages/vm/testdata/
100100

101101
## Testing
102102

103-
By default, this repository is built and tested with the singlepass backend. You
104-
can enable the `cranelift` feature to override the default backend with
105-
Cranelift
103+
By default, this repository is built and tested with the singlepass backend.
106104

107105
```sh
108106
cd packages/vm
109107
cargo test --features iterator
110-
cargo test --features cranelift,iterator
111108
```
112109

113110
## Benchmarking
114111

115-
Using Singlepass:
116-
117112
```
118113
cd packages/vm
119114
cargo bench --no-default-features
120115
```
121116

122-
Using Cranelift:
123-
124-
```
125-
cd packages/vm
126-
cargo bench --no-default-features --features cranelift
127-
```
128-
129117
## Tools
130118

131119
`module_size` and `module_size.sh`

0 commit comments

Comments
 (0)