@rolldown/binding-wasm32-wasi 1.2.7 → 1.2.8

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.2.7",
3
+ "version": "1.2.8",
4
4
  "main": "rolldown-binding.wasi.cjs",
5
5
  "files": [
6
6
  "rolldown-binding.wasm32-wasi.wasm",
@@ -2084,6 +2084,7 @@ export interface BindingDevOptions {
2084
2084
  onAdditionalAssets?: undefined | ((output: BindingOutputs) => void | Promise<void>)
2085
2085
  rebuildStrategy?: BindingRebuildStrategy
2086
2086
  watch?: BindingDevWatchOptions
2087
+ hotUpdate?: boolean
2087
2088
  }
2088
2089
 
2089
2090
  export interface BindingDevtoolsOptions {
@@ -2587,6 +2588,7 @@ export interface BindingManualCodeSplittingOptions {
2587
2588
  maxSize?: number
2588
2589
  minModuleSize?: number
2589
2590
  maxModuleSize?: number
2591
+ internalInvalidateModuleInfoCache?: () => void
2590
2592
  }
2591
2593
 
2592
2594
  export interface BindingMatchGroup {
Binary file