@rolldown/binding-wasm32-wasi 1.0.0-beta.6 → 1.0.0-beta.6-commit.3ad87bf
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
|
@@ -96,4 +96,6 @@ export const parseSyncRaw = __napiModule.exports.parseSyncRaw
|
|
|
96
96
|
export const rawTransferSupported = __napiModule.exports.rawTransferSupported
|
|
97
97
|
export const registerPlugins = __napiModule.exports.registerPlugins
|
|
98
98
|
export const Severity = __napiModule.exports.Severity
|
|
99
|
+
export const shutdownAsyncRuntime = __napiModule.exports.shutdownAsyncRuntime
|
|
100
|
+
export const startAsyncRuntime = __napiModule.exports.startAsyncRuntime
|
|
99
101
|
export const transform = __napiModule.exports.transform
|
|
@@ -121,4 +121,6 @@ module.exports.parseSyncRaw = __napiModule.exports.parseSyncRaw
|
|
|
121
121
|
module.exports.rawTransferSupported = __napiModule.exports.rawTransferSupported
|
|
122
122
|
module.exports.registerPlugins = __napiModule.exports.registerPlugins
|
|
123
123
|
module.exports.Severity = __napiModule.exports.Severity
|
|
124
|
+
module.exports.shutdownAsyncRuntime = __napiModule.exports.shutdownAsyncRuntime
|
|
125
|
+
module.exports.startAsyncRuntime = __napiModule.exports.startAsyncRuntime
|
|
124
126
|
module.exports.transform = __napiModule.exports.transform
|
|
Binary file
|