Skip to content

Commit

Permalink
Remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
ilgonmic committed May 23, 2024
1 parent 277844a commit 32d3d65
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -208,10 +208,6 @@ class TestProjectRunner {
val wasmMain = tmpDir.resolve("moduleId.wasm")
wasmMain.writeBytes(result.wasm)

// It is necessary because wasm DCE leaves skiko references
// Path(this::class.java.classLoader.getResource("wasm-resources/skiko.mjs")!!.path)
// .copyTo(tmpDir.resolve("skiko.mjs"))

val wat = result.wat
val maxWatLengthInMessage = 97
val formattedWat =
Expand Down

0 comments on commit 32d3d65

Please sign in to comment.