File tree Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Original file line number Diff line number Diff line change @@ -100,32 +100,20 @@ cp target/wasm32-unknown-unknown/release/floaty.wasm ../../packages/vm/testdata/
100
100
101
101
## Testing
102
102
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.
106
104
107
105
``` sh
108
106
cd packages/vm
109
107
cargo test --features iterator
110
- cargo test --features cranelift,iterator
111
108
```
112
109
113
110
## Benchmarking
114
111
115
- Using Singlepass:
116
-
117
112
```
118
113
cd packages/vm
119
114
cargo bench --no-default-features
120
115
```
121
116
122
- Using Cranelift:
123
-
124
- ```
125
- cd packages/vm
126
- cargo bench --no-default-features --features cranelift
127
- ```
128
-
129
117
## Tools
130
118
131
119
` module_size ` and ` module_size.sh `
You can’t perform that action at this time.
0 commit comments