Skip to content

Commit

Permalink
Move the i32, i64, f32, and f64 modules from given to spec.
Browse files Browse the repository at this point in the history
  • Loading branch information
sunfishcode committed Sep 22, 2015
1 parent 09dc24f commit 7227305
Show file tree
Hide file tree
Showing 19 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ml-proto/src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ NAME = wasm
INCLUDES = -I host -I given -I spec
MODULES = \
host/params host/flags given/lib given/source \
given/numerics given/f32 given/f64 given/i32 given/i64 \
given/i32_convert given/i64_convert given/f32_convert given/f64_convert \
spec/numerics spec/f32 spec/f64 spec/i32 spec/i64 \
spec/i32_convert spec/i64_convert spec/f32_convert spec/f64_convert \
spec/error \
spec/types spec/values spec/memory spec/ast \
spec/check spec/arithmetic spec/eval \
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 7227305

Please sign in to comment.