This repository has been archived on 2023-09-09. You can view files and clone it, but cannot push or open issues or pull requests.
|
<!DOCTYPE html>
|
|
<html lang="en-US">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>test</title>
|
|
</head>
|
|
<body>
|
|
<script type="module">
|
|
import init, { greet } from "./pkg/nemu.js";
|
|
init().then(() => {
|
|
greet("NerdEMU");
|
|
});
|
|
</script>
|
|
</body>
|
|
</html>
|