[test] lua code dummy, for future

This commit is contained in:
kwaroran
2023-06-22 22:00:42 +09:00
parent 4447da7a6b
commit 0de412414f
5 changed files with 51 additions and 3 deletions

14
pnpm-lock.yaml generated
View File

@@ -91,6 +91,9 @@ dependencies:
uuid:
specifier: ^9.0.0
version: 9.0.0
wasmoon:
specifier: ^1.15.0
version: 1.15.0
web-streams-polyfill:
specifier: ^3.2.1
version: 3.2.1
@@ -747,6 +750,10 @@ packages:
'@types/jsdom': 21.1.1
'@types/trusted-types': 2.0.3
/@types/emscripten@1.39.5:
resolution: {integrity: sha512-DIOOg+POSrYl+OlNRHQuIEqCd8DCtynG57H862UCce16nXJX7J8eWxNGgOcf8Eyge8zXeSs27mz1UcFu8L/L7g==}
dev: false
/@types/jsdom@21.1.1:
resolution: {integrity: sha512-cZFuoVLtzKP3gmq9eNosUL1R50U+USkbLtUQ1bYVgl/lKp0FZM7Cq4aIHAL8oIvQ17uSHi7jXPtfDOdjPwBE7A==}
dependencies:
@@ -3204,6 +3211,13 @@ packages:
xml-name-validator: 4.0.0
dev: false
/wasmoon@1.15.0:
resolution: {integrity: sha512-QU33AnnMTgbcGOJLzcqM2UBcSksmLvwkvB/Bcgkf5hS+EFoHxB6nyiQiDG+ZnALN8mn/ezeeMSm6eY1zs0cKTg==}
hasBin: true
dependencies:
'@types/emscripten': 1.39.5
dev: false
/web-streams-polyfill@3.2.1:
resolution: {integrity: sha512-e0MO3wdXWKrLbL0DgGnUV7WHVuw9OUvL4hjgnPkIeEvESk74gAITi5G606JtZPp39cd8HA9VQzCIvA49LpPN5Q==}
engines: {node: '>= 8'}