Rayowang
Rayowang
My code is as follows: `package testjavawasm; import java.lang.Thread; public class TestThread { public static void main(String[] args) { //System.out.println("main thread id is: " + Thread.currentThread().getId()); Thread t1 = new...
**What this PR does**: example of wasmtime implementing cpu limit **Which issue(s) this PR fixes**: #607
I think a dynamic library version should be provided to support some users, because static libraries may cause symbol redefinition conflicts, what do you think? @alexcrichton
I got a strange error when using libwasmtime.dylib on macos: 2022-09-12 23:25:39,764 [ERROR] [wasmtime][instance] Start fail to new wasmtimego instance, err: unknown import: `wasi_snapshot_preview1::fd_write` has not been defined
Like wasmer, use dynamic library by default in linux-x86_64 to prevent duplicate symbol. (#150)
### Describe the bug When there are many 502 or 504, it is found that the clientStreamConnection goroutine under the http1 protocol cannot end normally. For details, you can see...
**What happened**: It may be that I used git rebase improperly, which led to the introduction of a large number of new commits in my PR. At this time, k8s-ci-robot...