mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-12 14:31:28 +00:00
General cleanup (#525)
* Cleans up and trims the overly large builtins file by ~1600 lines * Properly propagate inline assembler-like argument types * Use https in examples * Reformat README
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Conway's Game of Life - AssemblyScript</title>
|
||||
<link rel="icon" href="http://assemblyscript.org/favicon.ico" type="image/x-icon" />
|
||||
<link rel="icon" href="https://assemblyscript.org/favicon.ico" type="image/x-icon" />
|
||||
<meta name="viewport" content="user-scalable=0" />
|
||||
<style>
|
||||
html, body { height: 100%; margin: 0; overflow: hidden; color: #111; background: #fff; font-family: sans-serif; }
|
||||
|
Reference in New Issue
Block a user