@rolldown/binding-wasm32-wasi 0.12.1 → 0.12.2
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
|
@@ -39,7 +39,6 @@ const {
|
|
|
39
39
|
const worker = new Worker(new URL('@rolldown/binding-wasm32-wasi/wasi-worker-browser.mjs', import.meta.url), {
|
|
40
40
|
type: 'module',
|
|
41
41
|
})
|
|
42
|
-
|
|
43
42
|
worker.addEventListener('message', __wasmCreateOnMessageForFsProxy(__fs))
|
|
44
43
|
|
|
45
44
|
return worker
|
|
@@ -113,7 +112,7 @@ function __napi_rs_initialize_modules(__napiInstance) {
|
|
|
113
112
|
__napiInstance.exports['__napi_register__BindingRenderedModule_struct_79']?.()
|
|
114
113
|
__napiInstance.exports['__napi_register__AliasItem_struct_80']?.()
|
|
115
114
|
__napiInstance.exports['__napi_register__BindingSourcemap_struct_81']?.()
|
|
116
|
-
__napiInstance.exports['
|
|
115
|
+
__napiInstance.exports['__napi_register__BindingJsonSourcemap_struct_82']?.()
|
|
117
116
|
}
|
|
118
117
|
export const BindingLog = __napiModule.exports.BindingLog
|
|
119
118
|
export const BindingModuleInfo = __napiModule.exports.BindingModuleInfo
|
|
@@ -136,7 +136,7 @@ function __napi_rs_initialize_modules(__napiInstance) {
|
|
|
136
136
|
__napiInstance.exports['__napi_register__BindingRenderedModule_struct_79']?.()
|
|
137
137
|
__napiInstance.exports['__napi_register__AliasItem_struct_80']?.()
|
|
138
138
|
__napiInstance.exports['__napi_register__BindingSourcemap_struct_81']?.()
|
|
139
|
-
__napiInstance.exports['
|
|
139
|
+
__napiInstance.exports['__napi_register__BindingJsonSourcemap_struct_82']?.()
|
|
140
140
|
}
|
|
141
141
|
module.exports.BindingLog = __napiModule.exports.BindingLog
|
|
142
142
|
module.exports.BindingModuleInfo = __napiModule.exports.BindingModuleInfo
|
|
Binary file
|