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: Dec 06 2025 at 06:05 UTC