Richard Liu

Results 5 issues of Richard Liu

## Motivation Currently, `wasmedge` and any of its API functions (i.e. `WasmEdge_VMRunWasmFromFile`) will execute any AOT compiled sections in the wasm file. This poses a significant security risk, as malicious...

enhancement

Current logBase implementation is not precise enough. For example: `logBase 10 100 == 2` but `logBase 10 1000 /= 3`. The proposed change is to use a separate native Javascript...

This PR adds the ability to disable irony-mode when editing files over tramp (to prevent errors when irony tries to access files over tramp). ```elisp (setq irony-disable-over-tramp t) ```

In the following file, inserting a line before the last line is extremely slow ```verilog { a { } a { } a { } a { } a {...