mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-25 17:03:48 +00:00
Add procs for wasm32
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
//+build wasm32
|
||||
package runtime
|
||||
|
||||
@(link_name="__ashlti3")
|
||||
__ashlti3 :: proc "c" (a: i64, b: i32) -> i64 {
|
||||
return a
|
||||
}
|
||||
Reference in New Issue
Block a user