@rolldown/binding-wasm32-wasi 1.0.0-beta.41 → 1.0.0-beta.43
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.43",
|
|
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.7"
|
|
41
41
|
}
|
|
42
42
|
}
|
|
@@ -88,9 +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
|
|
92
91
|
export const BindingDevEngine = __napiModule.exports.BindingDevEngine
|
|
93
|
-
export const BindingHmrOutput = __napiModule.exports.BindingHmrOutput
|
|
94
92
|
export const BindingMagicString = __napiModule.exports.BindingMagicString
|
|
95
93
|
export const BindingModuleInfo = __napiModule.exports.BindingModuleInfo
|
|
96
94
|
export const BindingNormalizedOptions = __napiModule.exports.BindingNormalizedOptions
|
|
@@ -116,9 +114,10 @@ export const BindingLogLevel = __napiModule.exports.BindingLogLevel
|
|
|
116
114
|
export const BindingPluginOrder = __napiModule.exports.BindingPluginOrder
|
|
117
115
|
export const BindingPropertyReadSideEffects = __napiModule.exports.BindingPropertyReadSideEffects
|
|
118
116
|
export const BindingPropertyWriteSideEffects = __napiModule.exports.BindingPropertyWriteSideEffects
|
|
117
|
+
export const BindingRebuildStrategy = __napiModule.exports.BindingRebuildStrategy
|
|
118
|
+
export const createTokioRuntime = __napiModule.exports.createTokioRuntime
|
|
119
119
|
export const FilterTokenKind = __napiModule.exports.FilterTokenKind
|
|
120
120
|
export const initTraceSubscriber = __napiModule.exports.initTraceSubscriber
|
|
121
121
|
export const registerPlugins = __napiModule.exports.registerPlugins
|
|
122
122
|
export const shutdownAsyncRuntime = __napiModule.exports.shutdownAsyncRuntime
|
|
123
123
|
export const startAsyncRuntime = __napiModule.exports.startAsyncRuntime
|
|
124
|
-
export const JsWatcher = __napiModule.exports.JsWatcher
|
|
@@ -133,9 +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
|
|
137
136
|
module.exports.BindingDevEngine = __napiModule.exports.BindingDevEngine
|
|
138
|
-
module.exports.BindingHmrOutput = __napiModule.exports.BindingHmrOutput
|
|
139
137
|
module.exports.BindingMagicString = __napiModule.exports.BindingMagicString
|
|
140
138
|
module.exports.BindingModuleInfo = __napiModule.exports.BindingModuleInfo
|
|
141
139
|
module.exports.BindingNormalizedOptions = __napiModule.exports.BindingNormalizedOptions
|
|
@@ -161,9 +159,10 @@ module.exports.BindingLogLevel = __napiModule.exports.BindingLogLevel
|
|
|
161
159
|
module.exports.BindingPluginOrder = __napiModule.exports.BindingPluginOrder
|
|
162
160
|
module.exports.BindingPropertyReadSideEffects = __napiModule.exports.BindingPropertyReadSideEffects
|
|
163
161
|
module.exports.BindingPropertyWriteSideEffects = __napiModule.exports.BindingPropertyWriteSideEffects
|
|
162
|
+
module.exports.BindingRebuildStrategy = __napiModule.exports.BindingRebuildStrategy
|
|
163
|
+
module.exports.createTokioRuntime = __napiModule.exports.createTokioRuntime
|
|
164
164
|
module.exports.FilterTokenKind = __napiModule.exports.FilterTokenKind
|
|
165
165
|
module.exports.initTraceSubscriber = __napiModule.exports.initTraceSubscriber
|
|
166
166
|
module.exports.registerPlugins = __napiModule.exports.registerPlugins
|
|
167
167
|
module.exports.shutdownAsyncRuntime = __napiModule.exports.shutdownAsyncRuntime
|
|
168
168
|
module.exports.startAsyncRuntime = __napiModule.exports.startAsyncRuntime
|
|
169
|
-
module.exports.JsWatcher = __napiModule.exports.JsWatcher
|
|
Binary file
|