4 files changed
+10
-2
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
64 | 64 |
| |
65 | 65 |
| |
66 | 66 |
| |
| 67 | + | |
67 | 68 |
| |
68 | 69 |
| |
69 | 70 |
| |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
163 | 163 |
| |
164 | 164 |
| |
165 | 165 |
| |
| 166 | + | |
166 | 167 |
| |
167 |
| - | |
| 168 | + | |
168 | 169 |
| |
169 | 170 |
| |
170 | 171 |
| |
|
- .bumpversion.cfg+15-5
- CHANGELOG.md+30
- CMakeLists.txt+4-4
- Cargo.toml+2
- README.md+10-9
- appveyor.yml+15-16
- bindings/rust/evmc-declare-tests/.gitignore+3
- bindings/rust/evmc-declare-tests/Cargo.toml+18
- bindings/rust/evmc-declare-tests/src/lib.rs+28
- bindings/rust/evmc-declare/.gitignore+3
- bindings/rust/evmc-declare/Cargo.toml+27
- bindings/rust/evmc-declare/src/lib.rs+385
- bindings/rust/evmc-sys/Cargo.toml+2-2
- bindings/rust/evmc-sys/build.rs+2
- bindings/rust/evmc-sys/src/lib.rs+27
- bindings/rust/evmc-vm/Cargo.toml+2-2
- bindings/rust/evmc-vm/src/container.rs+148
- bindings/rust/evmc-vm/src/lib.rs+649-67
- bindings/rust/evmc-vm/src/types.rs+37
- circle.yml+112-62
- cmake/Config.cmake.in+3-1
- cmake/EVMC.cmake+18
- cmake/Hunter/init.cmake+3-3
- cmake/cable/CableBuildType.cmake+2-2
- cmake/cable/CableCompilerSettings.cmake+34-16
- cmake/cable/HunterGate.cmake+75-90
- cmake/cable/bootstrap.cmake+11-24
- docs/EVMC.md+2
- docs/VM_Guide.md+7
- examples/CMakeLists.txt+3-1
- examples/example-rust-vm/Cargo.toml+4-2
- examples/example-rust-vm/src/lib.rs+24-51
- examples/example_precompiles_vm/CMakeLists.txt+8
- examples/example_precompiles_vm/example_precompiles_vm.cpp+127
- examples/example_vm.c+2-11
- examples/use_evmc_in_cmake/CMakeLists.txt+7
- include/evmc/evmc.h+72-40
- include/evmc/evmc.hpp+44-7
- include/evmc/helpers.h+5-2
- include/evmc/helpers.hpp+36-12
- include/evmc/loader.h+64-13
- lib/loader/loader.c+122-16
- test/integration/cmake_package/CMakeLists.txt+16-14
- test/integration/compilation/compilation_test.c+5
- test/integration/compilation/compilation_test.cxx+10
- test/unittests/CMakeLists.txt+1-1
- test/unittests/test_cpp.cpp+64-1
- test/unittests/test_helpers.cpp+27-2
- test/unittests/test_instructions.cpp+9-9
- test/unittests/test_loader.cpp+407-32
- test/vmtester/CMakeLists.txt+22-17
- test/vmtester/tests.cpp+65-18
- test/vmtester/vmtester.cpp+16-14
- test/vmtester/vmtester.hpp+1-1
Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
1 | 7 |
| |
2 | 8 |
| |
3 | 9 |
|
0 commit comments