Skip to content

Commit 0fce62f

Browse files
committed
chore: Updates extism pdk based on last readme
1 parent 33935fa commit 0fce62f

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,8 @@ jobs:
5252
- name: List out the dist dir (sanity check)
5353
run: ls -la dist
5454

55+
- name: Check extism install
56+
run: extism-js --version
57+
5558
- name: Run Test Suite
5659
run: pnpm test

src/index.d.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,7 @@ declare module "main" {
55
export function pre(): I32;
66
export function post(): I32;
77
}
8+
9+
declare module "extism:host" {
10+
// no host functions to load
11+
}

0 commit comments

Comments
 (0)