Skip to content

Commit

Permalink
Update 20240627-gdextension-as-libriscv.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fire committed Jun 28, 2024
1 parent bcaf203 commit 9846765
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions decisions/20240627-gdextension-as-libriscv.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ This could potentially allow wrapping up the entire gdextension API.
Here's an example of how function calls into the guest VM could work:

```c
// See further reading section.
// Host:
int ret = machine.vmcall("test", 111, 222, "333");
printf("test returned %d\n", ret);
Expand Down

0 comments on commit 9846765

Please sign in to comment.