ぱたへね
id:natsutan
WebAssembly Fileの構造
WebAssemblyファイルの構造まとめ。 WebAssembly in Actionから。 www.manning.com 最初にpreambleとして、0x00, 0x61, 0x73, 0x6dがあります。文字列で"\0asm"です。 その次にバージョン1を示す、0x01, 0x00, 0x00, 0x00が続きます。 その後にセクション情報が続きますが、known sectionとcustom sectionの二種類がありま…