-
If I try to update from 0.0.9 to 0.0.10 I got this:
```
Updating iamb
Updating crates.io index
Downloaded iamb v0.0.10
Downloaded 1 crate (197.6 KB) in 0.38s
Installing iamb v0.0.10
…
-
Unable to compile this simple file.
```
#include
#include
int main() {
printf("%d\n", DTTOIF(1));
}
```
Log:
```
./bin/clang++ --sysroot=./share/wasi-sysroot /tmp/a.cpp -v
clang …
-
# Bug report
### Bug description:
This very likely stems from `dlopen()` being available in WASI SDK 21 but not being usable dynamically as-is.
Test failure output
```
===========================…
-
Per the explainer, `word`s can only contain the ASCII letters and numbers, and must start with a letter. Also per the explainer, tuples map to records whose field names are unprefixed integers, and si…
-
### Describe the bug
I am developing a Blazor WASM Application. I want to use the .NET 6 introduced Native Build for Sqlite (A nice package is delivered by this nice guy: https://github.com/JeremyLi…
-
[Observability](https://opentelemetry.io/docs/concepts/observability-primer/#what-is-observability) is critical for a great developer experience. We should work to improve the observability of Spin, b…
-
Executing a wasm application on wasmtime that has multiple threads where on thread does file I/O results in a hang on the first file I/O operation.
Disclaimer: I am not a Rust expert. But since the …
-
### Details
i have seen stackblitz.com compiling NodeJS to webassembly and being able to run NodeJS inside of the browser, Super cool!
I would like to do the same!
dose anyone have any instruct…
-
`wasm-pack build`
trsh updated
5 months ago
-
### Is your feature request related to a problem? Please describe.
现在只有一种办法检测wasi-sdk。即调用命令`xmake f -p wasm -a wasm32 --toolchain=wasi --sdk=C:\\xxx`。如果一个项目中有多个target使用不同的platform和toolchain就没办法设置了(可能…