Nadeshiko Manju
Nadeshiko Manju
> Can we be used on wasmtime? > Can we be used on wasmedge? For now, we can't use it on both wasm runtimes, because both of the runtimes is...
For now, the `memory` service can both on `wasi`(means can run in wasmtime and wasmedge, tested) and `wasm32`. The fs services need remove the tokio::fs
For the record, `wasm-pack test --chrome --headless` and `wasm-pack test --chrome` is both working. But need some special S3 settings like ```json [ { "AllowedHeaders": [ "*" ], "AllowedMethods": [...
Maybe I can propose more design details this week. BTW, about the opendal-wasm-sdk, we can take a look at proxy-wasm-rust-sdk, FYI https://github.com/proxy-wasm/proxy-wasm-rust-sdk
According to this issue https://github.com/checkpoint-restore/criu/issues/860 If we want to add a checkpoint command to the nerdctl, there will be some error in CI before the kernel and CRIU project fix...
I will close this issue first
@fahedouch The answer is yes. The containerd tested the checkpoint feature base on Ubuntu 20.04 with kernel 5.4. But in the newest kernel, 5.13, the command would be failed. Actually,...
I think I can work on _BINARY_OP_SUBSCR_LIST_INT and _BINARY_OP_SUBSCR_DICT
> want to take _BUILD_LIST, _BUILD_MAP, _BUILD_SET, _BUILD_SLICE, and _BUILD_STRING? For all but _BUILD_SLICE and _BUILD_STRING, I think we can only set the type of the output (sym_new_type). For _BUILD_SLICE...
> [@Zheaoli](https://github.com/Zheaoli), want to take `_BUILD_LIST`, `_BUILD_MAP`, `_BUILD_SET`, `_BUILD_SLICE`, and `_BUILD_STRING`? For all but `_BUILD_SLICE` and `_BUILD_STRING`, I think we can only set the type of the output (`sym_new_type`). For...