Marcin Kolny

Results 36 issues of Marcin Kolny

Looks like wasmtime already has a good coverage for WASI interface [here](https://github.com/bytecodealliance/wasmtime/tree/main/crates/test-programs/wasi-tests). It'd be beneficial to move those tests here so other runtimes can easily access them

This is helpful when e.g. there's a WASM shared library with all possible functions exported but the application only needs a subset of those exports. Removing exports in that case...

Also added build flags to enable dynamic linking Please note this PR includes two extra commits: * https://github.com/bytecodealliance/wasm-micro-runtime/commit/fecd383c94bbc560eb7485e5c31fbd22f4272da8 * https://github.com/bytecodealliance/wasm-micro-runtime/commit/da31c079b2fd39cbaa4f7c8a7b937fb783876b82 If we could merge main to the `dev/dynamic_linking` it'd probably...

#### Feature This feature is to enable dynamic linking and dynamic loading of shared objects in WAMR. The feature enables: * loading modules compiled to WebAssembly once, but re-use symbols...

new feature
RFC
dynamic-linking

### Feature We'd like to propose an option in the WAMR AOT compiler that will reduce the size of the generated code while still keeping track of some information about...

enhancement
aot compiler
RFC

#### Feature I'd like to discuss with the community standardizing release cadence of WAMR releases. #### Benefit The customers can know in advance any WAMR releases and plan accordingly. Customers...