saibing

Results 5 issues of saibing

I try run 'esy x Examples' on ubuntu 16.04 with vnc or X11 forward, but it failed. ```bash $ esy x Examples Examples: /home/saibing/.esy/3__________________________________________________________________/b/esy_glfw-3.2.1009-65d18ba9/_build/glfw/src/window.c:1049: glfwSetFramebufferSizeCallback: Assertion `window != NULL' failed....

question
platform-linux
A-technical

**Describe the bug** There are some error when concurrent call one instance's export function. **To Reproduce** ### rust wasm code ```rust fn main() {} #[no_mangle] pub extern "C" fn excel()...

bug

quickjs version: 2024-01-13 ```bash ~/git/c/quickjs-2024-01-13$ qjs QuickJS - Type "\h" for help qjs > console.log(new Date().toLocaleTimeString("en-US", { hour12: false })); 10:13:46 AM undefined qjs > ``` Expected output '10:13:46', actual...

## Go code ```go package main import ( "fmt" "github.com/xuri/excelize/v2" ) func main() { f := excelize.NewFile() defer func() { if err := f.Close(); err != nil { fmt.Println(err) }...

wasm

```js let objectA = new Object(); let objectB = new Object(); let array = [objectA, objectB]; array.push(array); array.toString(); ``` Panic information: ```txt runtime: goroutine stack exceeds 1000000000-byte limit runtime: sp=0xc020180338...