You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "A platform-independent web framework, based on WasmEdge, that can use TS/JS and even Rust to write business logic! Made for microservices and Serverless",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"eslint:format": "eslint --fix --ext .js,.ts .",
"test": "echo \"Error: no test specified\" && exit 1"