-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
1,976 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<link rel="stylesheet" href="/tailwind-53b10a916610d749.css" integrity="sha384-Fcr5rB6LhTrdzqSDwZE8BekNIb4ZfH4suk3SfdT0dQJUdKb8FtOzT3Qx/fJHtjWz"/> | ||
|
||
<link rel="modulepreload" href="/zipson-playground-384aaa2a1ee77d10.js" crossorigin=anonymous integrity="sha384-VDlpq7zjcNhIHqYhileFL6sjsaZtLzsAlxtRmhfYiSFFDcRux+gK4R+XhQH71XI5"> | ||
<link rel="preload" href="/zipson-playground-384aaa2a1ee77d10_bg.wasm" crossorigin=anonymous integrity="sha384-LdKJxUvn2L1Tn7yq9xBnuxqkQxMjpvUqJsVSBuKUcgVf+ftXswKOLV15Fw7vsMVO" as="fetch" type="application/wasm"></head> | ||
<body> | ||
<script type="module" nonce="cWIaz72TCAyVDO83p9gwAg=="> | ||
import init, * as bindings from '/zipson-playground-384aaa2a1ee77d10.js'; | ||
const wasm = await init('/zipson-playground-384aaa2a1ee77d10_bg.wasm'); | ||
|
||
|
||
window.wasmBindings = bindings; | ||
|
||
|
||
dispatchEvent(new CustomEvent("TrunkApplicationStarted", {detail: {wasm}})); | ||
|
||
</script></body> | ||
</html> |
Oops, something went wrong.