DLR-FT / wasm-interpreter

A minimal in-place WebAssembly interpreter, written in Rust, almost without use of external dependencies
https://dlr-ft.github.io/wasm-interpreter/main/
Apache License 2.0
3 stars 1 forks source link

Duplicate call of start function #31

Closed florianhartung closed 1 month ago

florianhartung commented 1 month ago

This was introduced in https://github.com/DLR-FT/wasm-interpreter/pull/18 and I'm unsure if this change was done on purpose. https://github.com/DLR-FT/wasm-interpreter/blob/25f07b92ceeeed6d25b3385fd0e91235aa5f74e8/src/execution/mod.rs#L62-L65

florianhartung commented 1 month ago

@nerodesu017

nerodesu017 commented 1 month ago

Not intentional, got added when rebasing, will fix right away.