Book a Demo!
Store
Features
Docs
Share
Support
News
About
Policies
Sign Up
Sign In
bytecodealliance
Edit Copy
Star
GitHub Repository:
bytecodealliance/wasmtime
Path:
blob/main/examples/hello.wat
1
6
8
5
views
(module (func $hello (import "" "hello")) (func (export "run") (call $hello)) )