aboutsummaryrefslogtreecommitdiff
path: root/sandbox/hello.js
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/hello.js')
-rw-r--r--sandbox/hello.js7
1 files changed, 0 insertions, 7 deletions
diff --git a/sandbox/hello.js b/sandbox/hello.js
deleted file mode 100644
index df32dd8..0000000
--- a/sandbox/hello.js
+++ /dev/null
@@ -1,7 +0,0 @@
-const DataView = require('buffer-dataview');
-const fs = require('fs');
-
-const BytecodeParser = require("../src/lundump.js");
-
-let p = new BytecodeParser(new DataView(fs.readFileSync("./sandbox/hello.bc")))
-p.luaU_undump(); \ No newline at end of file