Offset payment engine
Offset Documentation
Arduino CMake Build system
Alfred workflow to search Rust Package Registry
《async-in-rust》简体中文翻译
A curated list of Rust code and resources.
beego is an open-source, high-performance web framework for the Go programming language.
kamyuentse/cassandra_exporter 0
Apache Cassandra® metrics exporter for Prometheus
Static site generator written in Rust
starteddenoland/deno
started time in 8 days
startedtikv/client-rust
started time in 11 days
startedsnowdrop/vertx-spring-boot
started time in 17 days
startedxwmx/nb
started time in 17 days
fork kamyuentse/tidb
TiDB is an open source distributed HTAP database compatible with the MySQL protocol
fork in 20 days
push eventkamyuentse/wasmtime
commit sha 5514c74b061b9ba980580a3b7c1d9bebe783a428
update golang example (#2227)
commit sha e2c286deeb58b6d29e979d5d666d69f53adc9d76
machinst x64: enable clif testing This adds a new feature experimental_x64 for CLIF tests. A test is run in the new x64 backend iff: - either the test doesn't have an x86_64 target requirement, signaling it must be target agnostic or not run on this target. - or the test does require the x86_64 target, and the test is marked with the `experimental_x64` feature. This required one workaround in the parser. The reason is that the parser will try to use information not provided by the TargetIsa adapter for the Mach backends, like register names. In particular, parsing test may fail before the test runner realizes that the test must not be run. In this case, we early return an almost-empty TestFile from the parser, under the same conditions as above, so that the caller may filter out the test properly. This also copies two tests from the test suite using the new backend, for demonstration purposes.
commit sha 4f7bec5e94fbc6c7b2ad177fab20c9c6bb558c6f
machinst x64: enable two more Rust tests; Fixed by the grand ABI refactoring, h/t @cfallin.
commit sha 48cf45491d366f4cf401e77887491a7e599a775e
[machinst x64]: inform the register allocator of more types of packed moves
commit sha d947010181efac43e4601e6a608560bfb52581cd
Don't implicitly create empty files in VirtualDir::openat (#2235) * Don't implicitly create empty files in VirtualDir::openat * Add test * Add note on how to run test-program tests to the README
commit sha b10beeee015372ed6cef628b1da7f2a7395f0f94
dep gardening (#2233) * wasmtime-profiling: latest object dep is 0.21.1 * latest gimli is 0.22 * bump cargo.lock
commit sha 0de5f7cf5c8f50b9658c59e7f0dc4b979f38dfa1
rm useless code (#2229)
push time in a month
issue commentbytecodealliance/wasmtime
Enable intercepting all filesystem access with WasiCtxBuilder
I am interested in the new architecture of this crate, @joshuawarner32 describe a use case to access the host file system. And I think we need to consider how to interoperate with the remote filesystem or object storage service, hdfs, s3, etc on the cloud platform.
comment created time in a month
Pull request review commentbytecodealliance/wasmtime
import ( ) func main() {- store := wasmtime.NewStore(wasmtime.NewEngine())- module, err := wasmtime.NewModuleFromFile(store, "gcd.wat")+ engine := wasmtime.NewEngine()+ module, err := wasmtime.NewModuleFromFile(engine, "gcd.wat") check(err)- instance, err := wasmtime.NewInstance(module, []*wasmtime.Extern{})+ store := wasmtime.NewStore(engine)
Although I have moved this line, I can not reason about, can you share your point?
comment created time in a month
push eventkamyuentse/wasmtime
commit sha fad0f7906dc3aabfea46a876157002750af56581
update golang example
push time in a month
pull request commentbytecodealliance/wasmtime
@bjorn3 done
comment created time in a month
push eventkamyuentse/wasmtime
commit sha 81620160a1c9daec5c00e6f91124e02adc991439
update golang example
push time in a month
PR opened bytecodealliance/wasmtime
<!--
Please ensure that the following steps are all taken care of before submitting the PR.
- [ ] This has been discussed in issue #..., or if not, please tell us why here.
- [ ] A short description of what this does, why it is needed; if the description becomes long, the matter should probably be discussed in an issue first.
- [ ] This PR contains test cases, if meaningful.
- [ ] A reviewer from the core maintainer team has been assigned for this PR. If you don't know who could review this, please indicate so. The list of suggested reviewers on the right can help you.
Please ensure all communication adheres to the code of conduct. -->
The golang example is broken, this patch make it work again.
pr created time in a month
fork kamyuentse/wasmtime
Standalone JIT-style runtime for WebAssembly, using Cranelift
fork in a month
startedlovoo/goka
started time in 2 months
startedmaidsafe/crdt_tree
started time in 2 months
startedhyperium/tonic
started time in 2 months
startedClickHouse/ClickHouse
started time in 2 months
startedhoanhan101/ultimate-go
started time in 2 months
startedcilium/cilium
started time in 2 months