Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for hooks in bytecode execution #8

Merged
merged 5 commits into from
Sep 24, 2024

test(vm): put DebugHook into test

c6a535a
Select commit
Loading
Failed to load commit list.
Merged

Add support for hooks in bytecode execution #8

test(vm): put DebugHook into test
c6a535a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Sep 23, 2024 in 0s

85.00% of diff hit (target 98.31%)

View this Pull Request on Codecov

85.00% of diff hit (target 98.31%)

Annotations

Check warning on line 39 in engine/vm.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

engine/vm.go#L35-L39

Added lines #L35 - L39 were not covered by tests

Check warning on line 42 in engine/vm.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

engine/vm.go#L42

Added line #L42 was not covered by tests

Check warning on line 94 in engine/vm.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

engine/vm.go#L94

Added line #L94 was not covered by tests

Check warning on line 248 in engine/vm.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

engine/vm.go#L248

Added line #L248 was not covered by tests

Check warning on line 364 in engine/vm.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

engine/vm.go#L363-L364

Added lines #L363 - L364 were not covered by tests