Refactor slightly BuiltinFunctionEmbedder and check types
Compare changes
@@ -32,7 +32,7 @@ class BuiltinModule : public IModule
Now the arguments and return values types are checked at construction. One checks if the C++ type corresponds to a pugs type.
Closes #29 (closed)