Releases: raii-x/wasm2usharp
Releases · raii-x/wasm2usharp
v0.2.1
v0.2.0
English
- Fixed an issue where the generated code used
Mathf.Ceiling
instead ofMathf.Ceil
- Fixed an issue where uninitialized variables were used when
call_indirect
was used to call a function of a type that did not exist as an element in the table - Added a command line option to specify the namespace of the generated class
- Changed to allow
--output
to be specified as a command line option
日本語
- 生成されるコードで
Mathf.Ceil
ではなくMathf.Ceiling
が使用されていたのを修正 - テーブルの要素に存在しない型の関数の呼び出しに
call_indirect
が使用される際、未初期化の変数が使用される場合があったのを修正 - 生成されるクラスの名前空間を指定するコマンドラインオプションを追加
- コマンドラインオプションに
--output
を指定できるように変更
v0.1.0
Merge pull request #22 from raii-x/update_deps 依存関係を更新