@moonbit/moonpad-monaco
Advanced tools
Comparing version 0.1.202412060 to 0.1.202412160
@@ -6,3 +6,2 @@ declare function compile(params: CompileParams): Promise<CompileResult>; | ||
testContents?: string[]; | ||
target?: "wasm-gc" | "js"; | ||
}; | ||
@@ -12,3 +11,3 @@ | ||
kind: "success"; | ||
wasm: Uint8Array; | ||
js: Uint8Array; | ||
} | { | ||
@@ -54,5 +53,5 @@ kind: "error"; | ||
declare function run(wasm: Uint8Array): Promise<ReadableStream<Uint16Array>>; | ||
declare function run(js: Uint8Array): Promise<ReadableStream<string>>; | ||
declare function test(wasm: Uint8Array): Promise<ReadableStream<TestOutput>>; | ||
declare function test(js: Uint8Array): Promise<ReadableStream<TestOutput>>; | ||
@@ -59,0 +58,0 @@ declare type TestOutput = { |
{ | ||
"name": "@moonbit/moonpad-monaco", | ||
"version": "0.1.202412060", | ||
"version": "0.1.202412160", | ||
"type": "module", | ||
@@ -37,4 +37,4 @@ "files": [ | ||
"dependencies": { | ||
"@moonbit/analyzer": "^0.1.202412040", | ||
"@moonbit/moonc-worker": "^0.1.202412040", | ||
"@moonbit/analyzer": "^0.1.202412160", | ||
"@moonbit/moonc-worker": "^0.1.202412160", | ||
"comlink": "^4.4.2", | ||
@@ -41,0 +41,0 @@ "vscode-jsonrpc": "^8.2.1", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
43196
9063602