You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 22, 2021. It is now read-only.
It helps to understand how to encode the simd ops in wasm binary format.
Multi byte encoding scheme will be necessary to capture the 200+ new simd opcodes. As we need to encode the type info for interpreting operands along with the opcodes can it be that the first byte encodes the opcode followed by an immediate (byte) describing the type of operands when its needed?
It helps to understand how to encode the simd ops in wasm binary format.
Multi byte encoding scheme will be necessary to capture the 200+ new simd opcodes. As we need to encode the type info for interpreting operands along with the opcodes can it be that the first byte encodes the opcode followed by an immediate (byte) describing the type of operands when its needed?