Skip to content

Releases: raii-x/wasm2usharp

v0.2.1

06 Nov 16:31
7543f5e
Compare
Choose a tag to compare

English

  • Fixed a bug that caused unassigned local variables to be used in generated code

日本語

  • 生成されるコードで未割り当てのローカル変数が使用されるバグを修正

v0.2.0

09 Oct 10:01
d7f118e
Compare
Choose a tag to compare

English

  • Fixed an issue where the generated code used Mathf.Ceiling instead of Mathf.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

05 Jun 17:01
e002bf0
Compare
Choose a tag to compare
Merge pull request #22 from raii-x/update_deps

依存関係を更新