Skip to content

Commit

Permalink
Ensure extism-runtime.wasm is bundled when using Native Image (#12)
Browse files Browse the repository at this point in the history
Signed-off-by: Edoardo Vacchi <[email protected]>
  • Loading branch information
evacchi authored Oct 15, 2024
1 parent f4eed9a commit 8700bc6
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"resources": [
{
"pattern": "extism-runtime\\.wasm$"
}
]
}

0 comments on commit 8700bc6

Please sign in to comment.