Created
February 1, 2024 15:08
-
-
Save Largo/082465017294ed233b9c2e0423f6d19e to your computer and use it in GitHub Desktop.
ruby.wasm js lib missing?
This file contains hidden or 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
bundle exec rbwasm --log-level debug build --ruby-version 3.3 --target wasm32-unknown-wasi --build-profile full -o ruby.wasm --save_temps | |
==> tar -C /tmp/d20240201-102438-7rub7v/usr -xzf /home/andi/workspace/learn/wasiKoans/test/rubies/ruby-3.3-wasm32-unknown-wasi-full-2c45fb4d6600cf1586515950a8000c70.tar.gz --strip-components\=2 | |
INFO: Packaging gem: js-2.5.0 | |
INFO: Packaging gem: rainbow-3.1.1 | |
DEBUG: Packaging gem file: bundle/gems/js-2.5.0/ext/js/extconf.rb | |
DEBUG: Packaging gem file: bundle/gems/js-2.5.0/ext/witapi/extconf.rb | |
DEBUG: Packaging gem file: bundle/gems/rainbow-3.1.1/Changelog.md | |
DEBUG: Packaging gem file: bundle/gems/rainbow-3.1.1/LICENSE | |
DEBUG: Packaging gem file: bundle/gems/rainbow-3.1.1/README.markdown | |
DEBUG: Packaging gem file: bundle/gems/rainbow-3.1.1/lib | |
INFO: Packaging setup.rb: bundle/setup.rb | |
DEBUG: Removing non-runtime file: usr/local/lib/libruby-static.a | |
DEBUG: Removing non-runtime file: usr/local/bin/ruby | |
DEBUG: Removing non-runtime file: usr/local/include | |
INFO: Size: 51.26 MB | |
DEBUG: Wrote ruby.wasm | |
Temporary files are saved to /tmp/d20240201-102438-7rub7v |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment