WasmNow
WasmNow copied to clipboard
Add main entrypoint that loads a file; fix wasi_unstable
Hello,
This commit refactors the main program to load a Wasm file and run it. It adds instrumentation and changes the name of the wasi module from wasi_unstable to wasi_snapshot_preview1.
More work needs to be done to vet if WasmNow can run programs properly.