@rolldown/binding-wasm32-wasi 1.0.0-beta.7-commit.169739a → 1.0.0-beta.7-commit.a0a7d95
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import {
|
|
2
|
-
|
|
2
|
+
instantiateNapiModule as __emnapiInstantiateNapiModule,
|
|
3
3
|
getDefaultContext as __emnapiGetDefaultContext,
|
|
4
4
|
WASI as __WASI,
|
|
5
5
|
createOnMessage as __wasmCreateOnMessageForFsProxy,
|
|
@@ -31,7 +31,7 @@ const {
|
|
|
31
31
|
instance: __napiInstance,
|
|
32
32
|
module: __wasiModule,
|
|
33
33
|
napiModule: __napiModule,
|
|
34
|
-
} =
|
|
34
|
+
} = await __emnapiInstantiateNapiModule(__wasmFile, {
|
|
35
35
|
context: __emnapiContext,
|
|
36
36
|
asyncWorkPoolSize: 4,
|
|
37
37
|
wasi: __wasi,
|
|
Binary file
|