forked from GrantEaton/WASM
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathyarn-error.log
More file actions
61 lines (53 loc) · 1.85 KB
/
yarn-error.log
File metadata and controls
61 lines (53 loc) · 1.85 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Arguments:
/Users/granteaton/.nvm/versions/node/v12.15.0/bin/node /Users/granteaton/.nvm/versions/node/v12.15.0/bin/yarn init asbuild
PATH:
/Users/granteaton/google-cloud-sdk/bin:/Users/granteaton/.nvm/versions/node/v12.15.0/bin:/Users/granteaton/.wasmtime/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin
Yarn version:
1.22.10
Node version:
12.15.0
Platform:
darwin x64
Trace:
Error: canceled
at Interface.<anonymous> (/Users/granteaton/.nvm/versions/node/v12.15.0/lib/node_modules/yarn/lib/cli.js:136216:13)
at Interface.emit (events.js:223:5)
at Interface._ttyWrite (readline.js:885:16)
at ReadStream.onkeypress (readline.js:191:10)
at ReadStream.emit (events.js:223:5)
at emitKeys (internal/readline/utils.js:433:14)
at emitKeys.next (<anonymous>)
at ReadStream.onData (readline.js:1151:36)
at ReadStream.emit (events.js:223:5)
at addChunk (_stream_readable.js:309:12)
npm manifest:
{
"name": "WASM",
"version": "1.0.0",
"description": "testing assemblyscript",
"main": "index.js",
"scripts": {
"test": "te4st",
"asbuild:wasi": "asc assembly/index.ts -b build/wasi.wasm -t build/wasi.wat --runtime half",
"asbuild:untouched": "asc assembly/index.ts --target debug",
"asbuild:optimized": "asc assembly/index.ts --target release",
"asbuild": "npm run asbuild:untouched && npm run asbuild:optimized",
"asbuild:watch": "onchange -i 'assembly/**/*' -- npm run asbuild",
"serve-demo": "static-server"
},
"author": "you, idiot",
"license": "ISC",
"dependencies": {
"@assemblyscript/loader": "^0.17.2"
},
"devDependencies": {
"as-wasi": "^0.4.3",
"assemblyscript": "^0.17.2",
"benchmark": "^2.1.4",
"static-server": "^2.2.1"
}
}
yarn manifest:
No manifest
Lockfile:
No lockfile