Created
October 6, 2022 13:18
-
-
Save ledsun/b76fb84feb5b6cff97a52ae2fac43d4e to your computer and use it in GitHub Desktop.
Full execution log of rake npm:ruby-head-wasm-wasi
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ledsun@MSI:~/ruby.wasm►rake npm:ruby-head-wasm-wasi 0.214s (main|💩) 22:07 | |
npm ci | |
added 6 packages, and audited 7 packages in 505ms | |
1 package is looking for funding | |
run `npm fund` for details | |
found 0 vulnerabilities | |
WASI_VFS_CLI=build/x86_64-pc-linux-gnu/wasi-vfs-0.1.1/wasi-vfs WASMOPT=/home/ledsun/ruby.wasm/build/toolchain/binaryen/bin/wasm-opt /home/ledsun/ruby.wasm/packages/npm-packages/ruby-head-wasm-wasi/build-package.sh /home/ledsun/ruby.wasm/rubies/head-wasm32-unknown-wasi-full-js-debug | |
added 363 packages, and audited 364 packages in 4s | |
29 packages are looking for funding | |
run `npm fund` for details | |
1 critical severity vulnerability | |
To address all issues, run: | |
npm audit fix | |
Run `npm audit` for details. | |
src/index.ts → dist/index.umd.js, dist/index.esm.js, dist/index.cjs.js... | |
created dist/index.umd.js, dist/index.esm.js, dist/index.cjs.js in 1.5s | |
src/browser.ts → dist/browser.umd.js, dist/browser.esm.js, dist/browser.cjs.js... | |
created dist/browser.umd.js, dist/browser.esm.js, dist/browser.cjs.js in 1.4s | |
src/browser.script.ts → dist/browser.script.umd.js, dist/browser.script.esm.js, dist/browser.script.cjs.js... | |
created dist/browser.script.umd.js, dist/browser.script.esm.js, dist/browser.script.cjs.js in 1s | |
src/node.ts → dist/node.esm.js, dist/node.cjs.js... | |
created dist/node.esm.js, dist/node.cjs.js in 623ms | |
+ cd /home/ledsun/ruby.wasm/packages/npm-packages/ruby-head-wasm-wasi | |
+ npm ci | |
added 6 packages, and audited 7 packages in 497ms | |
1 package is looking for funding | |
run `npm fund` for details | |
found 0 vulnerabilities | |
+ npx rollup -c rollup.config.js | |
src/browser.script.js → dist/browser.script.iife.js... | |
created dist/browser.script.iife.js in 583ms | |
+ cp -R /home/ledsun/ruby.wasm/packages/npm-packages/ruby-head-wasm-wasi/../ruby-wasm-wasi/dist/. /home/ledsun/ruby.wasm/packages/npm-packages/ruby-head-wasm-wasi/dist | |
+ /home/ledsun/ruby.wasm/packages/npm-packages/ruby-head-wasm-wasi/../ruby-wasm-wasi/tools/pack-ruby-wasm.sh /home/ledsun/ruby.wasm/rubies/head-wasm32-unknown-wasi-full-js-debug /home/ledsun/ruby.wasm/packages/npm-packages/ruby-head-wasm-wasi/dist | |
/home/ledsun/ruby.wasm/packages/npm-packages/ruby-head-wasm-wasi/../ruby-wasm-wasi/tools/pack-ruby-wasm.sh: line 18: /home/ledsun/ruby.wasm/build/toolchain/binaryen/bin/wasm-opt: No such file or directory | |
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: No such file or directory (os error 2)', crates/wasi-vfs-cli/src/bin/wasi-vfs.rs:5:32 | |
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace | |
npm pack | |
npm notice | |
npm notice 📦 [email protected] | |
npm notice === Tarball Contents === | |
npm notice 8.3kB README.md | |
npm notice 2.0kB dist/bindgen/intrinsics.js | |
npm notice 4.8kB dist/bindgen/rb-abi-guest.d.ts | |
npm notice 8.0kB dist/bindgen/rb-abi-guest.js | |
npm notice 1.8kB dist/bindgen/rb-js-abi-host.d.ts | |
npm notice 9.6kB dist/bindgen/rb-js-abi-host.js | |
npm notice 220.1kB dist/browser.cjs.js | |
npm notice 298B dist/browser.d.ts | |
npm notice 220.0kB dist/browser.esm.js | |
npm notice 1.6kB dist/browser.js | |
npm notice 221.1kB dist/browser.script.cjs.js | |
npm notice 95B dist/browser.script.d.ts | |
npm notice 221.0kB dist/browser.script.esm.js | |
npm notice 225.4kB dist/browser.script.iife.js | |
npm notice 1.1kB dist/browser.script.js | |
npm notice 224.3kB dist/browser.script.umd.js | |
npm notice 223.2kB dist/browser.umd.js | |
npm notice 33.9kB dist/index.cjs.js | |
npm notice 5.4kB dist/index.d.ts | |
npm notice 33.8kB dist/index.esm.js | |
npm notice 14.7kB dist/index.js | |
npm notice 36.0kB dist/index.umd.js | |
npm notice 34.3kB dist/node.cjs.js | |
npm notice 248B dist/node.d.ts | |
npm notice 34.2kB dist/node.esm.js | |
npm notice 510B dist/node.js | |
npm notice 27.2MB dist/ruby.debug+stdlib.wasm | |
npm notice 743B package.json | |
npm notice === Tarball Details === | |
npm notice name: ruby-head-wasm-wasi | |
npm notice version: 0.3.0 | |
npm notice filename: ruby-head-wasm-wasi-0.3.0.tgz | |
npm notice package size: 8.5 MB | |
npm notice unpacked size: 29.0 MB | |
npm notice shasum: 91d2df0f49001b26e7ab774c643c5df8d7590b22 | |
npm notice integrity: sha512-xkHL0zwE8Nyd1[...]h/fG6CfAp/U+g== | |
npm notice total files: 28 | |
npm notice | |
ruby-head-wasm-wasi-0.3.0.tgz |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment