-
It looks like mlua already supports wasm through `wasm32-unknown-emscripten`, would it be possible to add `wasm32-wasi` support as well?
-
### 复现步骤 / Step to reproduce
A config.yaml file with nameserver-policy attribute.
![image](https://github.com/user-attachments/assets/dc42646c-993f-468d-ab20-cba21a22ed5f)
### 预期行为 / Expected…
MNDIA updated
1 month ago
-
First off, thanks for mlua, it's a great crate and I've used it for a few projects now without much fuzz. I've also been playing around with its Haskell counterpart, [hslua](https://github.com/hslua/h…
-
How are we going to do this?
Right now, the fork supports the `add_type_methods` method in hv_lua's userdata. This is done in such a way that it doesn't require changes in the `tealr_generate_docs`…
-
### Problem description
Neovim is unable to load lua modules created with [mlua](https://github.com/mlua-rs/mlua) if the module is not specifically linked with LuaJIT.
`require`-ing the module throw…
-
Hi, I am trying to track down a segfault that happens when I'm using lua-json5 plugin from Neovim. I previously described the bug here https://github.com/Joakker/lua-json5/issues/5, but I am now think…
-
set_hook doesn't work properly when executing Lua with exec_async()
```rust
use anyhow::Result;
use mlua::{HookTriggers, Lua};
#[tokio::main]
async fn main() -> Result {
let lua = Lua::n…
-
There should be a configuration file following XDG directories standard.
To be done:
- [ ] Decide configuration format.
- [ ] Decide configuration fields to expose for 0.1.
- [ ] Implement def…
-
**Is your feature request related to a problem? Please describe.**
Seeing as Lua is a dynamically typed scripting language, it might be beneficial to include [type annotations](https://github.com/Lua…
-
In the following code
```rust
use mlua::{Lua, LuaSerdeExt};
use serde::Deserialize;
#[derive(Debug, Deserialize)]
#[serde(rename_all = "camelCase")]
pub struct CompletionItem {
pub la…
noib3 updated
2 years ago