-
The latest release of TinyGo removed the `-target=wasi` in favor of the newer `GOOS/GOARCH` values, however those do not exist in Go 1.20 so it causes an issue for those users.
See https://github.c…
-
the description of `wasi_thread_spawn` says:
```
instantiate the module again — this child instance will be used for the new thread
```
it isn't obvious to me which module "the module" here is w…
-
### Summary
To verify the capability of concurrency, designed a tiny server wasm app. When perform stress test against the app (using postman), a segfault error is raised. The test environment is set…
-
**Steps to Reproduce:**
1. Run `curl -sSfL 'https://github.com/GaiaNet-AI/gaianet-node/releases/latest/download/install.sh' | bash`
2. Run `source /root/.bashrc`
3. Run `/root/gaianet/bin/gaianet i…
-
OS Linux
target : wasm-unknown-unknown
```
The following warnings were emitted during compilation:
warning: brotli-sys@0.3.2: In file included from brotli/common/dictionary.c:7:
warning: …
-
I just downloaded `wasm-pkg-loader` for the first time, and tried the example from the README:
```bash
wasm-pkg-loader wasi:preview1-command-adapter
```
For some reason this doesn't seem to wo…
-
We want to update the [ruby.wasm](https://github.com/ruby/ruby.wasm) project so it can use bindings generated from their WAPM package instead of their manually building `ruby.wasm` and wrapping it.
…
-
There's a pure Kotlin implementation of the datetime library for Kotlin/Native. This code can be used directly to implement the JS and Wasm targets—except for timezone database access.
* There's a …
-
a wasi v0.2.0 module build using tinygo has no problem on wasmtime nor spin (which is wasmtime) at 10,000 requests over 10 connections, but jco 1.0 can only handle about 9,000 before the following err…
-
The methods in `std::os::wasi::fs::FileExt` look a lot like the POSIX `*at` methods. Would it be possible to make this extension available for all Unix platforms, rather than limiting it to wasi?
…