Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: handle absent body and rust-link as an error
If there's neither a body element, nor a link rel="rust" element, then there's no way to guess a location for inserting the wasm initializer. Instead of silently ignoring, or adding a body element ourselves, we raise this as an error. Closes #791
- Loading branch information