near / wasmtime

Standalone JIT-style runtime for WebAssembly, using Cranelift
https://wasmtime.dev/
Apache License 2.0
3 stars 4 forks source link

Use "main" instead of start function #244

Closed aborg-dev closed 7 months ago

aborg-dev commented 7 months ago

This allows us to avoid abusing "start" section which has a special meaning in WASM and also makes it easier to generate the correct WASM module for Rust programs where adding "start" section in not trivial.