Skip to content

Commit

Permalink
document raw
Browse files Browse the repository at this point in the history
  • Loading branch information
bhelx committed Jul 17, 2024
1 parent 93a430c commit 294b46d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,9 @@ extern "ExtismHost" {
}
```

> **Note**: Under the hood this macro turns this into an interface that passes a pointer as an argument
> and a pointer as a return. If you want to pass raw, dereferenced wasm values see the raw interface documentation below.
To declare a host function in a specific namespace, pass the module name to the `host_fn` macro:

```rust
Expand Down

0 comments on commit 294b46d

Please sign in to comment.