Shreyas Atre
Shreyas Atre
> > @apepkuss I have tried a workaround for adding a python function as a host function. But when I list the function after adding it to VM Context, it...
> Hi @SAtacker, > > I tried the invocation logic with our rust bindings and got the same result as you reported. I prepared a new test case for you,...
> @SAtacker One more thing, I noticed the following [code line 454-456](https://github.com/SAtacker/WasmEdge/blob/c75d4289b78b82bac746ac9440154f34857169e7/bindings/python/pywasmedge/src/WasmEdge.cpp#L454-L456), which call _WasmEdge_ImportObjectCreate_. According to the C-API spec, this function is to create an _ImportObject_ instance but not...
@apepkuss The following code now works ```python import WasmEdge log = WasmEdge.Logging() log.error() store = WasmEdge.Store() cfg = WasmEdge.Configure() vm = WasmEdge.VM(cfg,store) def add(a:int,b:int)->int: return a+b func = WasmEdge.Function(add) module_name="extern"...
Test initial impression: ```bash curl -sSf https://raw.githubusercontent.com/WasmEdge/WasmEdge/master/utils/install.sh | bash pip install -i https://test.pypi.org/simple/ WasmEdge==0.1.8 ```
Example Application using Flask: https://github.com/second-state/wasm-learning/pull/36
## API Status Logging - Updating the implementations and TODO within a few hours Typedefs -- | Typedef | Status | | -- | -- | | WasmEdge_Value | [✅]...
## API Status Logging - Updating the implementations and TODO within a few hours Typedefs -- | Typedef | Status | | -- | -- | | WasmEdge_Value | [✅]...
## API Status Logging - Updating the implementations and TODO within a few hours Typedefs -- | Typedef | Status | | -- | -- | | WasmEdge_Value | [✅]...
## API Status Logging - Updating the implementations and TODO within a few hours Typedefs -- | Typedef | Status | | -- | -- | | WasmEdge_Value | [✅]...