Ivan Enderlin

Results 885 comments of Ivan Enderlin

Proposed API: ```c WASM_API_EXTERN void wasm_module_custom_sections( const wasm_module_t* module, const wasm_name_t* name, own wasm_byte_vec_t** out, ); ``` where: * `module` represents the module potentially containing the custom sections, * `name`...

Wasmer already uses Doxygen to document the existing C API. But I didn't want to mix with a side `.h` file. Hence my question to document `wasm.h` directly.

Do you consider supporting type-checking when validating? By type-checking, I mean: The following Web IDL is valid: ``` type $hello_webidl_type (func (result ByteString)) func-binding $hello_webidl_binding export $hello_wasm_type $hello_webidl_type (result (utf8-cstr...

OK. Please ping me to keep me in the discussions.

We should test the C API directly in `wasmerio/wasmer`, what do you think?

I'm surprised that `mem::size_of_val` misses the size of the `ArcInner`. I need to take a look at it.

I'm no longer working for Wasmer. You should ping @syrusakbary for that.

After that, we must add @jubianchi too. Please provide me a description :-).

Hello :-), So you have: * One group: Administrators, * One user: Peter, * Two services: Service A, and Service B, * Two permissions: Read, and Write. The group Administrators...