-
# Proposal
This is a proposal to upgrade the `wasm32-wasip2` target, (introduced [here](https://github.com/rust-lang/compiler-team/issues/694), and implemented [here](https://github.com/rust-lang/r…
-
### Test Case
The c test case is:
```
#include
#include
#include
#include
#include
#include
void print_file_size(int fd){
struct stat st;
if (fstat(fd, &st) == -1) {
…
-
### Test Case
The c test case is:
```
#include
#include
#include
#include
#include
int get_fd(const char *filename, int flags) {
int fd = open(filename, flags);
if (fd…
-
### Summary
I was following the execution steps in [Llama2 Inference](https://blog.stackademic.com/fast-and-portable-llama2-inference-on-the-heterogeneous-edge-a62508e82359)
## Expected Behavior
…
-
I have a failing build for `wasip1` after one of my transitive dependencies upgraded `cc` to `v1.0.100`
```
error occurred: Environment variable WASI_SYSROOT not defined. Download sysroot from githu…
-
I caught a stream at https://www.twitch.tv/ninja_tron where a bug was discovered... setError in the Zig PDK doesn't seem to get the correct output to Python SDK (at least in this case). It may also ef…
-
### Test Case
The c test case is:
```
#include
#include
#include
#include
#include
#include
void print_file_size(int fd){
struct stat st;
if (fstat(fd, &st) == -1) {
…
-
One of the things we've been kicking around is PPB in the browser, because you absolutely cannot beat the browser-based distribution model.
Both [pyodide](https://github.com/iodide-project/pyodide)…
-
### Describe the bug
Fail to get the file descriptor, while other Wasm runtimes and native could get it successfully.
### Steps to reproduce
The c file is :
```
#include
#include
#include
…
-
I'm using wasm-ctor-eval as a great "extended compile-time evaluation" for when constexpr doesn't suffice. I did notice however that as the memory state gets saved after running, that includes the sta…
nuchi updated
2 years ago