@rolldown/binding-wasm32-wasi 1.0.0-beta.40 → 1.0.0-beta.42
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.0.0-beta.
|
|
3
|
+
"version": "1.0.0-beta.42",
|
|
4
4
|
"cpu": [
|
|
5
5
|
"wasm32"
|
|
6
6
|
],
|
|
@@ -37,6 +37,6 @@
|
|
|
37
37
|
},
|
|
38
38
|
"browser": "rolldown-binding.wasi-browser.js",
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@napi-rs/wasm-runtime": "^1.0.
|
|
40
|
+
"@napi-rs/wasm-runtime": "^1.0.6"
|
|
41
41
|
}
|
|
42
42
|
}
|
|
@@ -88,6 +88,7 @@ export const BindingBundler = __napiModule.exports.BindingBundler
|
|
|
88
88
|
export const BindingBundlerImpl = __napiModule.exports.BindingBundlerImpl
|
|
89
89
|
export const BindingCallableBuiltinPlugin = __napiModule.exports.BindingCallableBuiltinPlugin
|
|
90
90
|
export const BindingChunkingContext = __napiModule.exports.BindingChunkingContext
|
|
91
|
+
export const BindingClientHmrUpdate = __napiModule.exports.BindingClientHmrUpdate
|
|
91
92
|
export const BindingDevEngine = __napiModule.exports.BindingDevEngine
|
|
92
93
|
export const BindingHmrOutput = __napiModule.exports.BindingHmrOutput
|
|
93
94
|
export const BindingMagicString = __napiModule.exports.BindingMagicString
|
|
@@ -115,9 +116,9 @@ export const BindingLogLevel = __napiModule.exports.BindingLogLevel
|
|
|
115
116
|
export const BindingPluginOrder = __napiModule.exports.BindingPluginOrder
|
|
116
117
|
export const BindingPropertyReadSideEffects = __napiModule.exports.BindingPropertyReadSideEffects
|
|
117
118
|
export const BindingPropertyWriteSideEffects = __napiModule.exports.BindingPropertyWriteSideEffects
|
|
119
|
+
export const BindingRebuildStrategy = __napiModule.exports.BindingRebuildStrategy
|
|
118
120
|
export const FilterTokenKind = __napiModule.exports.FilterTokenKind
|
|
119
121
|
export const initTraceSubscriber = __napiModule.exports.initTraceSubscriber
|
|
120
122
|
export const registerPlugins = __napiModule.exports.registerPlugins
|
|
121
123
|
export const shutdownAsyncRuntime = __napiModule.exports.shutdownAsyncRuntime
|
|
122
124
|
export const startAsyncRuntime = __napiModule.exports.startAsyncRuntime
|
|
123
|
-
export const JsWatcher = __napiModule.exports.JsWatcher
|
|
@@ -133,6 +133,7 @@ module.exports.BindingBundler = __napiModule.exports.BindingBundler
|
|
|
133
133
|
module.exports.BindingBundlerImpl = __napiModule.exports.BindingBundlerImpl
|
|
134
134
|
module.exports.BindingCallableBuiltinPlugin = __napiModule.exports.BindingCallableBuiltinPlugin
|
|
135
135
|
module.exports.BindingChunkingContext = __napiModule.exports.BindingChunkingContext
|
|
136
|
+
module.exports.BindingClientHmrUpdate = __napiModule.exports.BindingClientHmrUpdate
|
|
136
137
|
module.exports.BindingDevEngine = __napiModule.exports.BindingDevEngine
|
|
137
138
|
module.exports.BindingHmrOutput = __napiModule.exports.BindingHmrOutput
|
|
138
139
|
module.exports.BindingMagicString = __napiModule.exports.BindingMagicString
|
|
@@ -160,9 +161,9 @@ module.exports.BindingLogLevel = __napiModule.exports.BindingLogLevel
|
|
|
160
161
|
module.exports.BindingPluginOrder = __napiModule.exports.BindingPluginOrder
|
|
161
162
|
module.exports.BindingPropertyReadSideEffects = __napiModule.exports.BindingPropertyReadSideEffects
|
|
162
163
|
module.exports.BindingPropertyWriteSideEffects = __napiModule.exports.BindingPropertyWriteSideEffects
|
|
164
|
+
module.exports.BindingRebuildStrategy = __napiModule.exports.BindingRebuildStrategy
|
|
163
165
|
module.exports.FilterTokenKind = __napiModule.exports.FilterTokenKind
|
|
164
166
|
module.exports.initTraceSubscriber = __napiModule.exports.initTraceSubscriber
|
|
165
167
|
module.exports.registerPlugins = __napiModule.exports.registerPlugins
|
|
166
168
|
module.exports.shutdownAsyncRuntime = __napiModule.exports.shutdownAsyncRuntime
|
|
167
169
|
module.exports.startAsyncRuntime = __napiModule.exports.startAsyncRuntime
|
|
168
|
-
module.exports.JsWatcher = __napiModule.exports.JsWatcher
|
|
Binary file
|