Junghyun Nam
Junghyun Nam
Hi @moriturus, thanks for open-sourcing this useful project. It works very smoothly(especially with Docker containers :D), but I believe there is a subtle bug: When a package to be published...
This is not discussed in the issue tracker, but on this [Zulip thread](https://bytecodealliance.zulipchat.com/#narrow/stream/217126-wasmtime/topic/Reading.20module.20from.20stdin/near/302484255). Previously load_module opened a file on `path` to check if the module is precompiled, then closes before...
I was in need to track the number of memory allocations, so added an API to support this. - `Lua::num_allocations` simply returns a number of allocations invoked by Lua runtime...
### Zig Version 0.11.0-dev.3262+df909da5d ### Steps to Reproduce and Observed Behavior (Steps taken from https://github.com/getty-zig/getty#quick-start) 1. `zig init-exe` 2. Replace build.zig with ```zig const std = @import("std"); pub fn build(b:...
Repro: Clone https://github.com/cr0sh/kx-test and run `cargo check`. Tested on ARM64 macOS and with (`--target wasm32-wasi`). This only happens when a depending crate is a workspace member, not a standalone package....