wasmtime-async 0.1.1

Async support for wasmtime, with separate stacks
Documentation
1
2
3
4
(module
  (func $hello (import "" "hello"))
  (func (export "run") (call $hello))
)