Skip to content

Commit 1fa537e

Browse files
committed
fix: import emnapiEnv from shared module in async-work.ts
1 parent e673a66 commit 1fa537e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/emnapi/src/async-work.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { makeDynCall } from 'emscripten:parse-tools'
2+
import { emnapiEnv } from 'emnapi:shared'
23

34
declare var emnapiCtx: Context
4-
declare var emnapiEnv: Env
55
declare var emnapiNodeBinding: NodeBinding | undefined
66
declare var emnapiAsyncWorkPoolSize: number
77

0 commit comments

Comments
 (0)