Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add component-model-async/lift.wast test
This is another piece of bytecodealliance#9582 which I'm splitting out to make review easier. This test includes two components: one which exports a function using the async-with-callback ABI, and another which uses the async-without-callback ABI. It doesn't actually instantiate or run either component yet. The rest of the changes fill in some TODOs to make the test pass. Signed-off-by: Joel Dice <[email protected]>
- Loading branch information