@rolldown/binding-wasm32-wasi 1.1.1 → 1.1.3
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,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rolldown/binding-wasm32-wasi",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.3",
|
|
4
4
|
"cpu": [
|
|
5
5
|
"wasm32"
|
|
6
6
|
],
|
|
@@ -37,8 +37,8 @@
|
|
|
37
37
|
},
|
|
38
38
|
"browser": "rolldown-binding.wasi-browser.js",
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@napi-rs/wasm-runtime": "^1.1.
|
|
41
|
-
"@emnapi/core": "1.11.
|
|
42
|
-
"@emnapi/runtime": "1.11.
|
|
40
|
+
"@napi-rs/wasm-runtime": "^1.1.6",
|
|
41
|
+
"@emnapi/core": "1.11.1",
|
|
42
|
+
"@emnapi/runtime": "1.11.1"
|
|
43
43
|
}
|
|
44
44
|
}
|
|
@@ -122,6 +122,7 @@ export const TsconfigCache = __napiModule.exports.TsconfigCache
|
|
|
122
122
|
export const BindingAttachDebugInfo = __napiModule.exports.BindingAttachDebugInfo
|
|
123
123
|
export const BindingBuiltinPluginName = __napiModule.exports.BindingBuiltinPluginName
|
|
124
124
|
export const BindingChunkModuleOrderBy = __napiModule.exports.BindingChunkModuleOrderBy
|
|
125
|
+
export const BindingErrorStage = __napiModule.exports.BindingErrorStage
|
|
125
126
|
export const BindingLogLevel = __napiModule.exports.BindingLogLevel
|
|
126
127
|
export const BindingPluginOrder = __napiModule.exports.BindingPluginOrder
|
|
127
128
|
export const BindingPropertyReadSideEffects = __napiModule.exports.BindingPropertyReadSideEffects
|
|
@@ -161,6 +161,7 @@ module.exports.TsconfigCache = __napiModule.exports.TsconfigCache
|
|
|
161
161
|
module.exports.BindingAttachDebugInfo = __napiModule.exports.BindingAttachDebugInfo
|
|
162
162
|
module.exports.BindingBuiltinPluginName = __napiModule.exports.BindingBuiltinPluginName
|
|
163
163
|
module.exports.BindingChunkModuleOrderBy = __napiModule.exports.BindingChunkModuleOrderBy
|
|
164
|
+
module.exports.BindingErrorStage = __napiModule.exports.BindingErrorStage
|
|
164
165
|
module.exports.BindingLogLevel = __napiModule.exports.BindingLogLevel
|
|
165
166
|
module.exports.BindingPluginOrder = __napiModule.exports.BindingPluginOrder
|
|
166
167
|
module.exports.BindingPropertyReadSideEffects = __napiModule.exports.BindingPropertyReadSideEffects
|
|
Binary file
|