Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
LibWasm: Allow all Value::to<Integral>() calls
This brings back the old behaviour of Value::to<short>() (and other similar calls), which WASI depends on. To make sure all similar issues are caught in the future, this commit also introduces an static assertion in Value::to().
- Loading branch information