This commit is contained in:
Brooke Vibber 2025-12-23 11:49:51 -08:00
commit 3174faffbd
2 changed files with 14 additions and 2 deletions

12
arg-test/index.html Normal file
View file

@ -0,0 +1,12 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Test</title>
</head>
<body>
<p>See console</p>
<script src="argy.js"></script>
<script src="test-argy.js"></script>
</body>
</html>

View file

@ -1,6 +1,6 @@
const Module = require('./argy.js');
const mod = globalThis.Module || require('./argy.js');
Module().then((module) => {
mod().then((module) => {
const benches = [
'_bench_one',
'_bench_two',