(module (func (export "throw") unreachable ) )
var url = "{%wasm-url%}"; await WebAssembly.instantiateStreaming( fetch(url) ).then(result => { result.instance.exports.throw(); });