Felix Schütt

Results 190 comments of Felix Schütt

Well, native menus are certainly easier to implement than drawing your own. QT and GTK draw their own menus _if they control the window manager_ (e.g. GTK in GNOME, QT...

A question, how would multiple fonts be handled? For example, I'd like to have SF Mono as my main display font, but I also would like to use the Powerline...

This has been fixed by #3032 ```c #include "wasmer.h" #include "string.h" #include "stdio.h" typedef struct { int invocation; } CustomWasiStdin; long CustomWasiStdin_destructor( const void* env, __u_long sz, __u_long ao )...

@syrusakbary The atoms are already removed from the filesystem. The atoms are in a separate volume, there aren't part of the filesystem volumes.

Technically this can be closed now, we shipped this as part of the pirita changes in `wasmer-private/create-obj-pirita` in the `wasmer.h`.

@epilys as you requested, I separated the fixes from clippy and `make lint` into a new PR, which can be merged after this PR has been merged. The other tests...

You can store pipe objects inside of the structs, the current approach is much more flexible than locking the approach to pipes. I could add code to add a `wasi_new_console_out_pipe()`...

```sh rustup update nightly cargo +nightly rustdoc --lib -- -Z unstable-options --output-format json cargo +nightly rustdoc --no-default-features --features="js,std" --target wasm32-wasi --lib -- -Z unstable-options --output-format json cp ../../target/doc/wasmer.json ./wasmer-sys.json cp...

``` #[repr(transparent)] pub struct wasmer::sys::ExternRef pub const wasmer::sys::ExternRef::WASM_TYPE: Type pub const wasmer::sys::Function::WASM_TYPE: Type (type Abi => f64 / usize) pub enum variant wasmer::sys::InstantiationError::* pub enum variant wasmer::sys::Value::ExternRef(Option) pub enum variant...