Jiayi Hu

Results 16 issues of Jiayi Hu

I'm having a similar issue to #334 but it's different I think. I have `build-std = ["core", "alloc"]` in config.toml and I'm trying to compile a local patch of compiler-builtins,...

When trying to use the tool I get the following error: ``` cargo +nightly call-stack --bin fedra --verbose "cargo" "rustc" "--bin" "fedra" "--release" "--" "--emit=llvm-ir,obj" "-C" "embed-bitcode=yes" "-C" "lto=fat" "-Z"...

**I'm submitting a ...** (check one with "x") ``` [ ] bug report => search github for a similar issue or PR before submitting [x] feature request [ ] support...

feature
area: core
core: inputs / outputs
feature: under consideration

Does the lib skip work by checking if two objects are the same reference? I'd need an implementation of deep-diff which can short-circuit if immutability is followed. In ecosystems like...

Is there any documentation on how to read the wasm-interp trace output? I can intuitively understand some of it, but most of the output is ambigous to me. For instance...

I'm currently using the WASI provider, but AFAIK WASI doesn't support network yet. I'd like being able to just have an HTTP server on top of a WASI module so...

question

I'm opening a new issue since the topic is a bit different from the purpose of #505 . So I think I made some nice progress on the `exec` implementation....

enhancement

With #21 one can pass the propert clang flags in order to set the compilation flags in https://github.com/wasm3/wasm3/blob/master/source/m3_config.h, for instance: ``` BINDGEN_EXTRA_CLANG_ARGS="--sysroot=/usr/local/opt/gcc-arm-none-eabi/arm-none-eabi -Dd_m3HasFloat=0" cargo build ``` Currently passing `-Dd_m3HasFloat=0` results...

As a MacOS user, it would be nice to have the alternative version of the same code to inspect the virtual memory in Linux. Having a Linux example based on...

So here is some interest in the musl versions 😄 I'd need them for Alpine Linux

enhancement
help wanted