Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
UebelAndre committed Dec 3, 2024
1 parent 5ae0b19 commit 5499b05
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions extensions/wasm_bindgen/test/hello_world_wasm_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ const path = require("path");
const assert = require("assert");

const main = async function (typ, dir) {
console.log(__dirname);
console.log(fs.readdirSync(path.join(
__dirname,
"..",
dir,
"test")));
const wasm_file = path.join(
__dirname,
"..",
Expand Down

0 comments on commit 5499b05

Please sign in to comment.