forked from solana-labs/rbpf
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
README.md: update doc following API change for new() and set_program()
We just updated the behaviour of the `new()` and `set_program()` methods to build eBPF VM and change their programs, so that they return a `Result()` possibly containing an error. Programs trying to access the newly created VMs must now `unwrap()` or do something equivalent. Update the README.md file in that regard.
- Loading branch information
Showing
1 changed file
with
13 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters