[wasm] Add getNN_unaligned memory.ts APIs for potentially unaligned pointers (#83213)
authorKatelyn Gadd <kg@luminance.org>
Thu, 9 Mar 2023 20:37:21 +0000 (12:37 -0800)
committerGitHub <noreply@github.com>
Thu, 9 Mar 2023 20:37:21 +0000 (12:37 -0800)
commit3db965d1c9fcc8d9c4bc4c2dc9b644f61e7bb6ce
tree23135d6e41ff7705b4bcf9b277a8ba0f4d2ddf5e
parent9194c72116cda24b001a4ccbd1a7cbf8b64dfc6b
[wasm] Add getNN_unaligned memory.ts APIs for potentially unaligned pointers (#83213)

* Add getNN_unaligned memory.ts APIs for cases where we cannot be certain the source address is aligned
* Remove CU64 typescript APIs since they were unused
src/mono/wasm/runtime/cwraps.ts
src/mono/wasm/runtime/driver.c
src/mono/wasm/runtime/jiterpreter-interp-entry.ts
src/mono/wasm/runtime/jiterpreter-jit-call.ts
src/mono/wasm/runtime/jiterpreter-trace-generator.ts
src/mono/wasm/runtime/jiterpreter.ts
src/mono/wasm/runtime/memory.ts