@rspack-debug/binding-wasm32-wasi 2.2.2 → 2.2.4
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 +1 -1
- package/rspack.wasi-browser.js +1 -0
- package/rspack.wasi.cjs +1 -0
- package/rspack.wasm32-wasi.wasm +0 -0
package/package.json
CHANGED
package/rspack.wasi-browser.js
CHANGED
|
@@ -97,6 +97,7 @@ export const EntryDependency = __napiModule.exports.EntryDependency;
|
|
|
97
97
|
export const EntryOptionsDto = __napiModule.exports.EntryOptionsDto;
|
|
98
98
|
export const EntryOptionsDTO = __napiModule.exports.EntryOptionsDTO;
|
|
99
99
|
export const ExternalModule = __napiModule.exports.ExternalModule;
|
|
100
|
+
export const JsCache = __napiModule.exports.JsCache;
|
|
100
101
|
export const JsCompilation = __napiModule.exports.JsCompilation;
|
|
101
102
|
export const JsCompiler = __napiModule.exports.JsCompiler;
|
|
102
103
|
export const JsContextModuleFactoryAfterResolveData =
|
package/rspack.wasi.cjs
CHANGED
|
@@ -140,6 +140,7 @@ module.exports.EntryDependency = __napiModule.exports.EntryDependency;
|
|
|
140
140
|
module.exports.EntryOptionsDto = __napiModule.exports.EntryOptionsDto;
|
|
141
141
|
module.exports.EntryOptionsDTO = __napiModule.exports.EntryOptionsDTO;
|
|
142
142
|
module.exports.ExternalModule = __napiModule.exports.ExternalModule;
|
|
143
|
+
module.exports.JsCache = __napiModule.exports.JsCache;
|
|
143
144
|
module.exports.JsCompilation = __napiModule.exports.JsCompilation;
|
|
144
145
|
module.exports.JsCompiler = __napiModule.exports.JsCompiler;
|
|
145
146
|
module.exports.JsContextModuleFactoryAfterResolveData =
|
package/rspack.wasm32-wasi.wasm
CHANGED
|
Binary file
|