fitzgen opened issue #3528:
Originally https://github.com/cfallin/isle/issues/2
Right now we have
lisp (decl get_i32 () Type) (extern constructor get_i32 get_i32)
But we should be able to do
lisp (decl get_i32 () Type) (extern constructor get_i32)
to have both names be the same.
fitzgen labeled issue #3528:
Originally https://github.com/cfallin/isle/issues/2
Right now we have
lisp (decl get_i32 () Type) (extern constructor get_i32 get_i32)
But we should be able to do
lisp (decl get_i32 () Type) (extern constructor get_i32)
to have both names be the same.
cfallin labeled issue #3528:
Originally https://github.com/cfallin/isle/issues/2
Right now we have
lisp (decl get_i32 () Type) (extern constructor get_i32 get_i32)
But we should be able to do
lisp (decl get_i32 () Type) (extern constructor get_i32)
to have both names be the same.
Last updated: Nov 22 2024 at 16:03 UTC