-
I tried this code:
```rust
use std::arch::asm;
fn main() {
extern "C" fn call() {
println!("CALL");
}
call();
//println!("Start");
unsafe {
ab…
-
TinyGo's current behavior is to handle module -> component conversion for `-target wasip2`.
## Where is shell exec today?
### wit-bindgen-go
https://github.com/bytecodealliance/wasm-tools-go/bl…
-
It is very unfortunate world of warcraft uses Lua 5.1 which does not provide goto.
Although bit is provided, it does not provide all the functions that bitops provide which means they have to be em…
-
We don't have unit tests for
```rust
#[cfg(target_arch = "wasm32")]
mod exports;
#[cfg(target_arch = "wasm32")]
mod imports;
#[cfg(target_arch = "wasm32")]
mod memory; // Used by exports and …
-
Hi,
We have published an experimental version of WASI-NN for WAMR:
* https://github.com/bytecodealliance/wasm-micro-runtime/tree/main/core/iwasm/libraries/wasi-nn
* Current PR: https://github.com/b…
-
Our implementation requires filesystems to be fully controlled, and files come from a VFS not any mounted filesystem.
That means we need to control the low level aspects of filesystem access for Wasi…
-
```
error[E0433]: failed to resolve: use of undeclared crate or module `hyper`
--> /Users/npmstudy/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest_wasi-0.11.16/src/async_impl/response…
-
curl is used everywhere, and supports many protocols: HTTP, HTTP/2, even HTTP/3 already but also LDAP, SMTP, SFTP, SMB... all the possible features and options of these protocols are available.
curl…
-
A major problem we're seeing with using WASI, in contrast with Emscripten and unsandboxed code, for human-in-the-loop uses of WebAssembly is: how does the user know which capabilities a module will ne…
-
In (https://github.com/bytecodealliance/wasmtime/pull/6808 / https://github.com/nethunterslabs/wasmtime/tree/wasi-http-acl) I integrated a HTTP ACL to be used for outgoing HTTP requests. We are still …