[Wasm] Add a basic end-to-end sourcemap generation in wasm backend
More constructions/instructions will be supported separately.
This commit is contained in:
@@ -214,7 +214,7 @@ abstract class BasicWasmBoxTest(
|
||||
)
|
||||
}
|
||||
|
||||
writeCompilationResult(res, dir)
|
||||
writeCompilationResult(res, dir, "index", sourceMapFileName = null)
|
||||
File(dir, "test.mjs").writeText(testJs)
|
||||
ExternalTool(System.getProperty("javascript.engine.path.V8"))
|
||||
.run(
|
||||
|
||||
Reference in New Issue
Block a user