summaryrefslogtreecommitdiff
path: root/src/Wasm/Semantics
diff options
context:
space:
mode:
authorChloe Brown <chloe.brown.00@outlook.com>2021-08-31 10:28:46 +0100
committerChloe Brown <chloe.brown.00@outlook.com>2021-08-31 10:28:46 +0100
commit9a746a0b0e9f1143a8f3922473f91c47a3af665b (patch)
tree30fec9f0cec92be5265e8a5d4b54fc5db9cfa833 /src/Wasm/Semantics
parentf1d1cb690e7e0487e18d235a919af1c147f39884 (diff)
Introduce type-safe instances and threadsHEADmaster
Diffstat (limited to 'src/Wasm/Semantics')
-rw-r--r--src/Wasm/Semantics/Instruction.agda5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Wasm/Semantics/Instruction.agda b/src/Wasm/Semantics/Instruction.agda
new file mode 100644
index 0000000..5edd58b
--- /dev/null
+++ b/src/Wasm/Semantics/Instruction.agda
@@ -0,0 +1,5 @@
+{-# OPTIONS --safe --without-K #-}
+
+module Wasm.Semantics.Instruction where
+
+