-
So for Lind, we have the test cases for each system call available here: https://github.com/Lind-Project/lind_project/tree/main/tests/test_cases. We want to handle the system calls in Lind-WASM as wel…
-
I try to compile the richard.js sample under windows to native using: porf native richard.js richard.exe --compiler=clang-cl
The result is: 1513/1514 optimizing...TypeError: Cannot read proper…
-
Implementation tasks:
- [X] add WAMR_BUILD_SHARED_HEAP and WASM_ENABLE_SHARED_HEAP
- [ ] add wamrc --enable-shared-heap
- [x] consider the behavior of import memory in multi-module feature
- [ ] a…
-
Posting here since there is a lot of other traffic on nvidia forums [0].
On Fedora 40 x86_64 with nvidia driver 560.35.03 and egl-wayland 1.1.16, attempting to start bgfx examples under wayland crash…
-
**Describe the bug**
Full disclosure - I haven't worked with sqlite (or any database, for that matter) for a number of years so there may be a trivial solution to this issue.
I have a specific…
-
I wanted to use Swift for WASM and found out your book.
After installing the toolchain & Swift-SDK for WASM I found out that the "Hello, world" example does not work because of a
```sh
error: …
-
I tried this code:
```rust
fn main() {
println!("Hello, world!")
}
```
with following config.toml
```toml
[target.wasm32-unknown-emscripten]
rustflags = [
"-C",
"link-…
-
## Build Information
Build: https://dev.azure.com/dnceng-public/public/_build/results?buildId=734813
Build error leg or test failing: browser-wasm linux Release WasmBuildTests
## Error Message
…
-
### Description
Hi,
the sqlite wasm project is evolving and there is now a npm repository containing the needed files (community maintained).
https://www.npmjs.com/package/@sqlite.org/sqlite-wasm
…
-
Based on the comment at https://github.com/rustwasm/wasm-bindgen/issues/1496#issuecomment-519255857, this gives an error:
```rust
#[wasm_bindgen]
#[derive(Copy, Clone)]
pub enum ImageFormat {
…
cretz updated
2 weeks ago