Alex Beregszaszi

Results 333 issues of Alex Beregszaszi

From https://github.com/wasmx/wasm-chisel/issues/24#issuecomment-506478927

See https://github.com/wasmx/wasm-chisel/issues/99#issuecomment-500110390

Introduce two modules which translate: 1) from regular wasm to bulk-memory 2) from bulk-memory to regular wasm Overview: https://github.com/WebAssembly/bulk-memory-operations/blob/master/proposals/bulk-memory-operations/Overview.md As an example, replace all `memcpy`'s with the following function: ```...

This in practice suggest to use a "genetic algorithm" guided by the metrics (fitness function). One metric we could implement is execution time on an interpreter and try to optimise...

This should do semantic validation of the module according to the Wasm specification. Must also first check how much of that is done by pwasm.

Depends on #15.

in progress