@tailwindcss/oxide-wasm32-wasi 0.0.0-insiders.01d1e98
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/README.md +3 -0
- package/node_modules/@emnapi/core/LICENSE +21 -0
- package/node_modules/@emnapi/core/README.md +1 -0
- package/node_modules/@emnapi/core/dist/emnapi-core.cjs.js +6707 -0
- package/node_modules/@emnapi/core/dist/emnapi-core.cjs.min.d.ts +419 -0
- package/node_modules/@emnapi/core/dist/emnapi-core.cjs.min.js +1 -0
- package/node_modules/@emnapi/core/dist/emnapi-core.d.mts +419 -0
- package/node_modules/@emnapi/core/dist/emnapi-core.d.ts +421 -0
- package/node_modules/@emnapi/core/dist/emnapi-core.esm-bundler.js +7490 -0
- package/node_modules/@emnapi/core/dist/emnapi-core.js +8496 -0
- package/node_modules/@emnapi/core/dist/emnapi-core.min.d.mts +419 -0
- package/node_modules/@emnapi/core/dist/emnapi-core.min.js +1 -0
- package/node_modules/@emnapi/core/dist/emnapi-core.min.mjs +1 -0
- package/node_modules/@emnapi/core/dist/emnapi-core.mjs +6696 -0
- package/node_modules/@emnapi/core/index.js +5 -0
- package/node_modules/@emnapi/core/package.json +49 -0
- package/node_modules/@emnapi/runtime/LICENSE +21 -0
- package/node_modules/@emnapi/runtime/README.md +1 -0
- package/node_modules/@emnapi/runtime/dist/emnapi.cjs.js +1354 -0
- package/node_modules/@emnapi/runtime/dist/emnapi.cjs.min.d.ts +663 -0
- package/node_modules/@emnapi/runtime/dist/emnapi.cjs.min.js +1 -0
- package/node_modules/@emnapi/runtime/dist/emnapi.d.mts +663 -0
- package/node_modules/@emnapi/runtime/dist/emnapi.d.ts +665 -0
- package/node_modules/@emnapi/runtime/dist/emnapi.esm-bundler.js +1410 -0
- package/node_modules/@emnapi/runtime/dist/emnapi.iife.d.ts +420 -0
- package/node_modules/@emnapi/runtime/dist/emnapi.iife.js +1481 -0
- package/node_modules/@emnapi/runtime/dist/emnapi.js +1482 -0
- package/node_modules/@emnapi/runtime/dist/emnapi.min.d.mts +663 -0
- package/node_modules/@emnapi/runtime/dist/emnapi.min.js +1 -0
- package/node_modules/@emnapi/runtime/dist/emnapi.min.mjs +1 -0
- package/node_modules/@emnapi/runtime/dist/emnapi.mjs +1323 -0
- package/node_modules/@emnapi/runtime/index.js +5 -0
- package/node_modules/@emnapi/runtime/package.json +48 -0
- package/node_modules/@emnapi/wasi-threads/LICENSE +21 -0
- package/node_modules/@emnapi/wasi-threads/README.md +203 -0
- package/node_modules/@emnapi/wasi-threads/dist/wasi-threads.cjs.js +897 -0
- package/node_modules/@emnapi/wasi-threads/dist/wasi-threads.cjs.min.d.ts +270 -0
- package/node_modules/@emnapi/wasi-threads/dist/wasi-threads.cjs.min.js +1 -0
- package/node_modules/@emnapi/wasi-threads/dist/wasi-threads.d.mts +270 -0
- package/node_modules/@emnapi/wasi-threads/dist/wasi-threads.d.ts +272 -0
- package/node_modules/@emnapi/wasi-threads/dist/wasi-threads.esm-bundler.js +945 -0
- package/node_modules/@emnapi/wasi-threads/dist/wasi-threads.js +957 -0
- package/node_modules/@emnapi/wasi-threads/dist/wasi-threads.min.d.mts +270 -0
- package/node_modules/@emnapi/wasi-threads/dist/wasi-threads.min.js +1 -0
- package/node_modules/@emnapi/wasi-threads/dist/wasi-threads.min.mjs +1 -0
- package/node_modules/@emnapi/wasi-threads/dist/wasi-threads.mjs +892 -0
- package/node_modules/@emnapi/wasi-threads/index.js +5 -0
- package/node_modules/@emnapi/wasi-threads/package.json +50 -0
- package/node_modules/@napi-rs/wasm-runtime/dist/fs-proxy.cjs +264 -0
- package/node_modules/@napi-rs/wasm-runtime/dist/fs.js +24653 -0
- package/node_modules/@napi-rs/wasm-runtime/fs-proxy.js +259 -0
- package/node_modules/@napi-rs/wasm-runtime/package.json +62 -0
- package/node_modules/@napi-rs/wasm-runtime/runtime.cjs +15 -0
- package/node_modules/@napi-rs/wasm-runtime/runtime.js +8 -0
- package/node_modules/@tybys/wasm-util/README.md +193 -0
- package/node_modules/@tybys/wasm-util/dist/tsdoc-metadata.json +11 -0
- package/node_modules/@tybys/wasm-util/dist/wasm-util.d.ts +423 -0
- package/node_modules/@tybys/wasm-util/dist/wasm-util.esm-bundler.js +2758 -0
- package/node_modules/@tybys/wasm-util/dist/wasm-util.esm.js +2758 -0
- package/node_modules/@tybys/wasm-util/dist/wasm-util.esm.min.js +1 -0
- package/node_modules/@tybys/wasm-util/dist/wasm-util.js +2780 -0
- package/node_modules/@tybys/wasm-util/dist/wasm-util.min.js +1 -0
- package/node_modules/@tybys/wasm-util/lib/cjs/asyncify.js +158 -0
- package/node_modules/@tybys/wasm-util/lib/cjs/index.js +13 -0
- package/node_modules/@tybys/wasm-util/lib/cjs/jspi.js +46 -0
- package/node_modules/@tybys/wasm-util/lib/cjs/load.js +97 -0
- package/node_modules/@tybys/wasm-util/lib/cjs/memory.js +35 -0
- package/node_modules/@tybys/wasm-util/lib/cjs/wasi/error.js +103 -0
- package/node_modules/@tybys/wasm-util/lib/cjs/wasi/fd.js +268 -0
- package/node_modules/@tybys/wasm-util/lib/cjs/wasi/fs.js +3 -0
- package/node_modules/@tybys/wasm-util/lib/cjs/wasi/index.js +192 -0
- package/node_modules/@tybys/wasm-util/lib/cjs/wasi/path.js +174 -0
- package/node_modules/@tybys/wasm-util/lib/cjs/wasi/preview1.js +1566 -0
- package/node_modules/@tybys/wasm-util/lib/cjs/wasi/rights.js +141 -0
- package/node_modules/@tybys/wasm-util/lib/cjs/wasi/types.js +220 -0
- package/node_modules/@tybys/wasm-util/lib/cjs/wasi/util.js +128 -0
- package/node_modules/@tybys/wasm-util/lib/cjs/webassembly.js +13 -0
- package/node_modules/@tybys/wasm-util/lib/mjs/asyncify.mjs +153 -0
- package/node_modules/@tybys/wasm-util/lib/mjs/index.mjs +9 -0
- package/node_modules/@tybys/wasm-util/lib/mjs/jspi.mjs +39 -0
- package/node_modules/@tybys/wasm-util/lib/mjs/load.mjs +89 -0
- package/node_modules/@tybys/wasm-util/lib/mjs/memory.mjs +28 -0
- package/node_modules/@tybys/wasm-util/lib/mjs/wasi/error.mjs +97 -0
- package/node_modules/@tybys/wasm-util/lib/mjs/wasi/fd.mjs +256 -0
- package/node_modules/@tybys/wasm-util/lib/mjs/wasi/fs.mjs +1 -0
- package/node_modules/@tybys/wasm-util/lib/mjs/wasi/index.mjs +186 -0
- package/node_modules/@tybys/wasm-util/lib/mjs/wasi/path.mjs +168 -0
- package/node_modules/@tybys/wasm-util/lib/mjs/wasi/preview1.mjs +1561 -0
- package/node_modules/@tybys/wasm-util/lib/mjs/wasi/rights.mjs +135 -0
- package/node_modules/@tybys/wasm-util/lib/mjs/wasi/types.mjs +216 -0
- package/node_modules/@tybys/wasm-util/lib/mjs/wasi/util.mjs +113 -0
- package/node_modules/@tybys/wasm-util/lib/mjs/webassembly.mjs +9 -0
- package/node_modules/@tybys/wasm-util/package.json +58 -0
- package/node_modules/tslib/CopyrightNotice.txt +15 -0
- package/node_modules/tslib/LICENSE.txt +12 -0
- package/node_modules/tslib/README.md +164 -0
- package/node_modules/tslib/SECURITY.md +41 -0
- package/node_modules/tslib/modules/index.d.ts +38 -0
- package/node_modules/tslib/modules/index.js +70 -0
- package/node_modules/tslib/modules/package.json +3 -0
- package/node_modules/tslib/package.json +47 -0
- package/node_modules/tslib/tslib.d.ts +460 -0
- package/node_modules/tslib/tslib.es6.html +1 -0
- package/node_modules/tslib/tslib.es6.js +402 -0
- package/node_modules/tslib/tslib.es6.mjs +401 -0
- package/node_modules/tslib/tslib.html +1 -0
- package/node_modules/tslib/tslib.js +484 -0
- package/package.json +45 -0
- package/tailwindcss-oxide.wasi-browser.js +66 -0
- package/tailwindcss-oxide.wasi.cjs +111 -0
- package/tailwindcss-oxide.wasm32-wasi.wasm +0 -0
- package/wasi-worker-browser.mjs +39 -0
- package/wasi-worker.mjs +63 -0
|
@@ -0,0 +1,272 @@
|
|
|
1
|
+
/// <reference types="node" />
|
|
2
|
+
|
|
3
|
+
import type { Worker as Worker_2 } from 'worker_threads';
|
|
4
|
+
|
|
5
|
+
/** @public */
|
|
6
|
+
export declare interface BaseOptions {
|
|
7
|
+
wasi: WASIInstance;
|
|
8
|
+
version?: 'preview1';
|
|
9
|
+
wasm64?: boolean;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
/** @public */
|
|
13
|
+
export declare interface ChildThreadOptions extends BaseOptions {
|
|
14
|
+
childThread: true;
|
|
15
|
+
postMessage?: (data: any) => void;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
/** @public */
|
|
19
|
+
export declare interface CleanupThreadPayload {
|
|
20
|
+
tid: number;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
/** @public */
|
|
24
|
+
export declare interface CommandInfo<T extends CommandType> {
|
|
25
|
+
type: T;
|
|
26
|
+
payload: CommandPayloadMap[T];
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
/** @public */
|
|
30
|
+
export declare interface CommandPayloadMap {
|
|
31
|
+
load: LoadPayload;
|
|
32
|
+
loaded: LoadedPayload;
|
|
33
|
+
start: StartPayload;
|
|
34
|
+
'cleanup-thread': CleanupThreadPayload;
|
|
35
|
+
'terminate-all-threads': TerminateAllThreadsPayload;
|
|
36
|
+
'spawn-thread': SpawnThreadPayload;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
/** @public */
|
|
40
|
+
export declare type CommandType = keyof CommandPayloadMap;
|
|
41
|
+
|
|
42
|
+
/** @public */
|
|
43
|
+
export declare function createInstanceProxy(instance: WebAssembly.Instance, memory?: WebAssembly.Memory | (() => WebAssembly.Memory)): WebAssembly.Instance;
|
|
44
|
+
|
|
45
|
+
/** @public */
|
|
46
|
+
export declare function isSharedArrayBuffer(value: any): value is SharedArrayBuffer;
|
|
47
|
+
|
|
48
|
+
/** @public */
|
|
49
|
+
export declare function isTrapError(e: Error): e is WebAssembly.RuntimeError;
|
|
50
|
+
|
|
51
|
+
/** @public */
|
|
52
|
+
export declare interface LoadedPayload {
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
/** @public */
|
|
56
|
+
export declare interface LoadPayload {
|
|
57
|
+
wasmModule: WebAssembly.Module;
|
|
58
|
+
wasmMemory: WebAssembly.Memory;
|
|
59
|
+
sab?: Int32Array;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
/** @public */
|
|
63
|
+
export declare interface MainThreadBaseOptions extends BaseOptions {
|
|
64
|
+
waitThreadStart?: boolean | number;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
/** @public */
|
|
68
|
+
export declare type MainThreadOptions = MainThreadOptionsWithThreadManager | MainThreadOptionsCreateThreadManager;
|
|
69
|
+
|
|
70
|
+
/** @public */
|
|
71
|
+
export declare interface MainThreadOptionsCreateThreadManager extends MainThreadBaseOptions, ThreadManagerOptionsMain {
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
/** @public */
|
|
75
|
+
export declare interface MainThreadOptionsWithThreadManager extends MainThreadBaseOptions {
|
|
76
|
+
threadManager?: ThreadManager | (() => ThreadManager);
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
/** @public */
|
|
80
|
+
export declare interface MessageEventData<T extends CommandType> {
|
|
81
|
+
__emnapi__: CommandInfo<T>;
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
/** @public */
|
|
85
|
+
export declare interface ReuseWorkerOptions {
|
|
86
|
+
/**
|
|
87
|
+
* @see {@link https://emscripten.org/docs/tools_reference/settings_reference.html#pthread-pool-size | PTHREAD_POOL_SIZE}
|
|
88
|
+
*/
|
|
89
|
+
size: number;
|
|
90
|
+
/**
|
|
91
|
+
* @see {@link https://emscripten.org/docs/tools_reference/settings_reference.html#pthread-pool-size-strict | PTHREAD_POOL_SIZE_STRICT}
|
|
92
|
+
*/
|
|
93
|
+
strict?: boolean;
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
/** @public */
|
|
97
|
+
export declare interface SpawnThreadPayload {
|
|
98
|
+
startArg: number;
|
|
99
|
+
errorOrTid: number;
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
/** @public */
|
|
103
|
+
export declare interface StartPayload {
|
|
104
|
+
tid: number;
|
|
105
|
+
arg: number;
|
|
106
|
+
sab?: Int32Array;
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
/** @public */
|
|
110
|
+
export declare interface StartResult {
|
|
111
|
+
exitCode: number;
|
|
112
|
+
instance: WebAssembly.Instance;
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
/** @public */
|
|
116
|
+
export declare interface TerminateAllThreadsPayload {
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
/** @public */
|
|
120
|
+
export declare class ThreadManager {
|
|
121
|
+
unusedWorkers: WorkerLike[];
|
|
122
|
+
runningWorkers: WorkerLike[];
|
|
123
|
+
pthreads: Record<number, WorkerLike>;
|
|
124
|
+
get nextWorkerID(): number;
|
|
125
|
+
wasmModule: WebAssembly.Module | null;
|
|
126
|
+
wasmMemory: WebAssembly.Memory | null;
|
|
127
|
+
private readonly messageEvents;
|
|
128
|
+
private readonly _childThread;
|
|
129
|
+
private readonly _onCreateWorker;
|
|
130
|
+
private readonly _reuseWorker;
|
|
131
|
+
private readonly _beforeLoad?;
|
|
132
|
+
/* Excluded from this release type: printErr */
|
|
133
|
+
constructor(options: ThreadManagerOptions);
|
|
134
|
+
init(): void;
|
|
135
|
+
initMainThread(): void;
|
|
136
|
+
private preparePool;
|
|
137
|
+
shouldPreloadWorkers(): boolean;
|
|
138
|
+
loadWasmModuleToAllWorkers(): Promise<WorkerLike[]>;
|
|
139
|
+
preloadWorkers(): Promise<WorkerLike[]>;
|
|
140
|
+
setup(wasmModule: WebAssembly.Module, wasmMemory: WebAssembly.Memory): void;
|
|
141
|
+
markId(worker: WorkerLike): number;
|
|
142
|
+
returnWorkerToPool(worker: WorkerLike): void;
|
|
143
|
+
loadWasmModuleToWorker(worker: WorkerLike, sab?: Int32Array): Promise<WorkerLike>;
|
|
144
|
+
allocateUnusedWorker(): WorkerLike;
|
|
145
|
+
getNewWorker(sab?: Int32Array): WorkerLike | undefined;
|
|
146
|
+
cleanThread(worker: WorkerLike, tid: number, force?: boolean): void;
|
|
147
|
+
terminateWorker(worker: WorkerLike): void;
|
|
148
|
+
terminateAllThreads(): void;
|
|
149
|
+
addMessageEventListener(worker: WorkerLike, onMessage: (e: WorkerMessageEvent) => void): () => void;
|
|
150
|
+
fireMessageEvent(worker: WorkerLike, e: WorkerMessageEvent): void;
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
/** @public */
|
|
154
|
+
export declare type ThreadManagerOptions = ThreadManagerOptionsMain | ThreadManagerOptionsChild;
|
|
155
|
+
|
|
156
|
+
/** @public */
|
|
157
|
+
export declare interface ThreadManagerOptionsBase {
|
|
158
|
+
printErr?: (message: string) => void;
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
/** @public */
|
|
162
|
+
export declare interface ThreadManagerOptionsChild extends ThreadManagerOptionsBase {
|
|
163
|
+
childThread: true;
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
/** @public */
|
|
167
|
+
export declare interface ThreadManagerOptionsMain extends ThreadManagerOptionsBase {
|
|
168
|
+
beforeLoad?: (worker: WorkerLike) => any;
|
|
169
|
+
reuseWorker?: boolean | number | ReuseWorkerOptions;
|
|
170
|
+
onCreateWorker: WorkerFactory;
|
|
171
|
+
childThread?: false;
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
/** @public */
|
|
175
|
+
export declare class ThreadMessageHandler {
|
|
176
|
+
protected instance: WebAssembly.Instance | undefined;
|
|
177
|
+
private messagesBeforeLoad;
|
|
178
|
+
protected postMessage: (message: any) => void;
|
|
179
|
+
protected onLoad?: (data: LoadPayload) => WebAssembly.WebAssemblyInstantiatedSource | PromiseLike<WebAssembly.WebAssemblyInstantiatedSource>;
|
|
180
|
+
protected onError: (error: Error, type: WorkerMessageType) => void;
|
|
181
|
+
constructor(options?: ThreadMessageHandlerOptions);
|
|
182
|
+
/** @virtual */
|
|
183
|
+
instantiate(data: LoadPayload): WebAssembly.WebAssemblyInstantiatedSource | PromiseLike<WebAssembly.WebAssemblyInstantiatedSource>;
|
|
184
|
+
/** @virtual */
|
|
185
|
+
handle(e: WorkerMessageEvent<MessageEventData<WorkerMessageType>>): void;
|
|
186
|
+
private _load;
|
|
187
|
+
private _start;
|
|
188
|
+
protected _loaded(err: Error | null, source: WebAssembly.WebAssemblyInstantiatedSource | null, payload: LoadPayload): void;
|
|
189
|
+
protected handleAfterLoad<E extends WorkerMessageEvent>(e: E, f: (e: E) => void): void;
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
/** @public */
|
|
193
|
+
export declare interface ThreadMessageHandlerOptions {
|
|
194
|
+
onLoad?: (data: LoadPayload) => WebAssembly.WebAssemblyInstantiatedSource | PromiseLike<WebAssembly.WebAssemblyInstantiatedSource>;
|
|
195
|
+
onError?: (error: Error, type: WorkerMessageType) => void;
|
|
196
|
+
postMessage?: (message: any) => void;
|
|
197
|
+
}
|
|
198
|
+
|
|
199
|
+
/** @public */
|
|
200
|
+
export declare interface WASIInstance {
|
|
201
|
+
readonly wasiImport?: Record<string, any>;
|
|
202
|
+
initialize(instance: object): void;
|
|
203
|
+
start(instance: object): number;
|
|
204
|
+
getImportObject?(): any;
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
/** @public */
|
|
208
|
+
export declare class WASIThreads {
|
|
209
|
+
PThread: ThreadManager | undefined;
|
|
210
|
+
private wasmMemory;
|
|
211
|
+
private wasmInstance;
|
|
212
|
+
private readonly threadSpawn;
|
|
213
|
+
readonly childThread: boolean;
|
|
214
|
+
private readonly postMessage;
|
|
215
|
+
readonly wasi: WASIInstance;
|
|
216
|
+
constructor(options: WASIThreadsOptions);
|
|
217
|
+
getImportObject(): {
|
|
218
|
+
wasi: WASIThreadsImports;
|
|
219
|
+
};
|
|
220
|
+
setup(wasmInstance: WebAssembly.Instance, wasmModule: WebAssembly.Module, wasmMemory?: WebAssembly.Memory): void;
|
|
221
|
+
preloadWorkers(): Promise<WorkerLike[]>;
|
|
222
|
+
/**
|
|
223
|
+
* It's ok to call this method to a WASI command module.
|
|
224
|
+
*
|
|
225
|
+
* in child thread, must call this method instead of {@link WASIThreads.start} even if it's a WASI command module
|
|
226
|
+
*
|
|
227
|
+
* @returns A proxied WebAssembly instance if in child thread, other wise the original instance
|
|
228
|
+
*/
|
|
229
|
+
initialize(instance: WebAssembly.Instance, module: WebAssembly.Module, memory?: WebAssembly.Memory): WebAssembly.Instance;
|
|
230
|
+
/**
|
|
231
|
+
* Equivalent to calling {@link WASIThreads.initialize} and then calling {@link WASIInstance.start}
|
|
232
|
+
* ```js
|
|
233
|
+
* this.initialize(instance, module, memory)
|
|
234
|
+
* this.wasi.start(instance)
|
|
235
|
+
* ```
|
|
236
|
+
*/
|
|
237
|
+
start(instance: WebAssembly.Instance, module: WebAssembly.Module, memory?: WebAssembly.Memory): StartResult;
|
|
238
|
+
terminateAllThreads(): void;
|
|
239
|
+
}
|
|
240
|
+
|
|
241
|
+
/** @public */
|
|
242
|
+
export declare interface WASIThreadsImports {
|
|
243
|
+
'thread-spawn': (startArg: number, errorOrTid?: number) => number;
|
|
244
|
+
}
|
|
245
|
+
|
|
246
|
+
/** @public */
|
|
247
|
+
export declare type WASIThreadsOptions = MainThreadOptions | ChildThreadOptions;
|
|
248
|
+
|
|
249
|
+
/** @public */
|
|
250
|
+
export declare type WorkerFactory = (ctx: {
|
|
251
|
+
type: string;
|
|
252
|
+
name: string;
|
|
253
|
+
}) => WorkerLike;
|
|
254
|
+
|
|
255
|
+
/** @public */
|
|
256
|
+
export declare type WorkerLike = (Worker | Worker_2) & {
|
|
257
|
+
whenLoaded?: Promise<WorkerLike>;
|
|
258
|
+
loaded?: boolean;
|
|
259
|
+
__emnapi_tid?: number;
|
|
260
|
+
};
|
|
261
|
+
|
|
262
|
+
/** @public */
|
|
263
|
+
export declare interface WorkerMessageEvent<T = any> {
|
|
264
|
+
data: T;
|
|
265
|
+
}
|
|
266
|
+
|
|
267
|
+
/** @public */
|
|
268
|
+
export declare type WorkerMessageType = 'load' | 'start';
|
|
269
|
+
|
|
270
|
+
export { }
|
|
271
|
+
|
|
272
|
+
export as namespace wasiThreads;
|