mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-30 21:36:00 +02:00
Wasm calling convention fixes. IDEHelper/Tests runs on wasm now.
This commit is contained in:
parent
c0ebcc8fda
commit
31746c1f19
12 changed files with 99 additions and 13 deletions
|
@ -259,6 +259,7 @@ namespace Tests
|
|||
Test.Assert(t.InstanceSize == 8);
|
||||
}
|
||||
|
||||
#if !BF_PLATFORM_WASM
|
||||
[Test]
|
||||
static void TestA()
|
||||
{
|
||||
|
@ -683,5 +684,6 @@ namespace Tests
|
|||
fieldIdx++;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue