Frank Lin

Results 5 comments of Frank Lin

If my understanding of the program structure is correct, the native thread could be designed as illustrated in the figure. First, the create_thread is called with a function pointer (fp)...

We could create `std::thread` with the current implementation now. However, I suspect that some internal racing causes failed execution. ### How to examine the current implementation? ``` cd examples/thread/rust-wasi-native-thread cargo...

I made an example to demonstrate how to use WasmEdge C API and Wasm Thread Proposal to render the Mandelbrot set with multiple workers. Please refer to PR #1499. With...

Most of the runtime tests are fixed in #75 , while these tests remain as future work + `./libyul/yulInterpreterTests/recursive_function_for_loop` recursive function are not optimized by SOLL, this should fix the...