mirror of
https://github.com/Noratrieb/riverdelta.git
synced 2026-01-15 08:55:04 +01:00
7 lines
107 B
Text
7 lines
107 B
Text
function dropping(a: I32) =
|
|
___asm(
|
|
"local.get 0",
|
|
"drop",
|
|
);
|
|
|
|
function main() = ;
|