krmbn0576
krmbn0576
I got the same error on the same environment, and rustup **NOT** installed AFTER got error ``` $ type rustup bash: type: rustup: not found ```
and sh(dash) got error, so change it to bash, then success
Hey why doesn't linter give me an error message? I mean, there's nothing I can do about it.
Sorry for my lack of learning, but in my experiments, this worked fine. What is the file from which `rb-js-abi-host.js` was generated? I will edit that one, but I cannot...
Thanks! But it is unexpected. In that file, there are only definitions and no implementation. More to the point, there is not even a definition for the `js-value-to-string` function, so...
Hi @kateinoigakukun , what is the status of this issue? Is more detailed information required to understand the issue? Or did you understand the issue, but decided it was not...
Hmmm certainly worth thinking about. I'm not a Rubyist, so it's not a brilliant idea by any means, but I've thought of two ways. 1. specialize `ArrayBuffer#to_s` and return data...
It might not be bad. However, `String#b` is probably just `String#force_encoding("ASCII-8BIT")` internally. Note that the nature of this issue is conversion, which is more like `String#encode`, so the nuance may...
i did run twice, so third trial now is below. ``` $ ./bin/setup root="$(cd "$(dirname "$0")/.." && pwd)" +++ dirname ./bin/setup ++ cd ./bin/.. ++ pwd + root=/home/user/ruby.wasm env BUNDLE_GEMFILE="$root/Gemfile"...
``` $ git submodule update fatal: destination path '/home/user/ruby.wasm/vendor/jco' already exists and is not an empty directory. fatal: clone of 'https://github.com/bytecodealliance/jco.git' into submodule path '/home/user/ruby.wasm/vendor/jco' failed Failed to clone 'vendor/jco'....