@rolldown/binding-wasm32-wasi 1.0.0-beta.36 → 1.0.0-beta.38

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.36",
3
+ "version": "1.0.0-beta.38",
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.3"
40
+ "@napi-rs/wasm-runtime": "^1.0.5"
41
41
  }
42
42
  }
@@ -103,6 +103,7 @@ export const BindingWatcher = __napiModule.exports.BindingWatcher
103
103
  export const BindingWatcherChangeData = __napiModule.exports.BindingWatcherChangeData
104
104
  export const BindingWatcherEvent = __napiModule.exports.BindingWatcherEvent
105
105
  export const ParallelJsPluginRegistry = __napiModule.exports.ParallelJsPluginRegistry
106
+ export const ScheduledBuild = __napiModule.exports.ScheduledBuild
106
107
  export const TraceSubscriberGuard = __napiModule.exports.TraceSubscriberGuard
107
108
  export const BindingAttachDebugInfo = __napiModule.exports.BindingAttachDebugInfo
108
109
  export const BindingBuiltinPluginName = __napiModule.exports.BindingBuiltinPluginName
@@ -148,6 +148,7 @@ module.exports.BindingWatcher = __napiModule.exports.BindingWatcher
148
148
  module.exports.BindingWatcherChangeData = __napiModule.exports.BindingWatcherChangeData
149
149
  module.exports.BindingWatcherEvent = __napiModule.exports.BindingWatcherEvent
150
150
  module.exports.ParallelJsPluginRegistry = __napiModule.exports.ParallelJsPluginRegistry
151
+ module.exports.ScheduledBuild = __napiModule.exports.ScheduledBuild
151
152
  module.exports.TraceSubscriberGuard = __napiModule.exports.TraceSubscriberGuard
152
153
  module.exports.BindingAttachDebugInfo = __napiModule.exports.BindingAttachDebugInfo
153
154
  module.exports.BindingBuiltinPluginName = __napiModule.exports.BindingBuiltinPluginName
Binary file