TypePHP 编译器 https://swoole.com/aot/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

18 lines
372 B

{
"name": "typephp-wasm-hello",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"wasm": "php ../../bin/tpc.php project.yml",
"dev": "vite",
"build": "vite build"
},
"dependencies": {
"@bytecodealliance/preview2-shim": "0.18.0"
},
"devDependencies": {
"@bytecodealliance/jco": "^1.27.0",
"vite": "^7.1.0"
}
}