wip
This commit is contained in:
parent
933e7b37a7
commit
3174faffbd
2 changed files with 14 additions and 2 deletions
12
arg-test/index.html
Normal file
12
arg-test/index.html
Normal 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>
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
const Module = require('./argy.js');
|
const mod = globalThis.Module || require('./argy.js');
|
||||||
|
|
||||||
Module().then((module) => {
|
mod().then((module) => {
|
||||||
const benches = [
|
const benches = [
|
||||||
'_bench_one',
|
'_bench_one',
|
||||||
'_bench_two',
|
'_bench_two',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue