Bernard Kolobara

Results 18 issues of Bernard Kolobara

### Problem The behaviour around doctests in the top crate and workspaces is inconsistent when using a custom target. ### Steps If I use a custom target inside of `.cargo/config.toml`,...

C-bug

I'm trying to get criterion running on [Wasmtime](https://github.com/bytecodealliance/wasmtime) and [Wasmer](https://github.com/wasmerio/wasmer) after compiling the application to `target=wasm32-wasi`. There is already [an issue](https://github.com/bheisler/criterion.rs/issues/270) about getting it running in the browser with `wasm-bindgen`,...

Bigger Project

I'm currently embedding wasmer into a Rust project. So far I'm really happy with it and I made great progress. One feature I need though is being able to call...

â„šī¸ help wanted
❓ question
🏚 stale
priority-medium

I'm opening this issue to continue the discussion started in #1127. ### Issue Just to give a bit of context, here is a short overview of how traps currently work...

🎉 enhancement
đŸ•ĩī¸ needs investigation
đŸ“Ļ lib-vm
priority-medium

We should be able to name distributed nodes to easier differentiate them. This would also include host function for looking up nodes by name and returning names when getting all...

enhancement
distributed

Lunatic already has a [plugin system](https://github.com/lunatic-solutions/lunatic/blob/main/src/plugin.rs) that is not well documented or particularly useful in the current state. It started out as a way to dynamically change host functions with...

We should provide `*.wit` files for lunatic's host functions. WIT (WebAssembly Interface Types) files are definitions of higher level types and function signatures that describe an API that the Wasm...

enhancement

If a new `Environment` is created, processes inside of it will not have access to any command line arguments or environment variables by default. They need to be added to...

good first issue

I expect most people to write lunatic applications in higher level languages and use the features through a library, like we provide for [Rust](https://github.com/lunatic-solutions/rust-lib) and [AssemblyScript](https://github.com/lunatic-solutions/as-lunatic). To develop these libraries...

Lunatic encourages program architectures where it's common to spawn many short lived processes (e.g. a process per HTTP request). For this to work the process spawning overhead needs to stay...