文件名称: runtime-1.1.0.jar中文-英文对照文档.zip
<dependency>
<groupId>com.dylibso.chicory</groupId>
<artifactId>runtime</artifactId>
<version>1.1.0</version>
</dependency>Gradle:
implementation group: 'com.dylibso.chicory', name: 'runtime', version: '1.1.0'
Gradle (Short):
implementation 'com.dylibso.chicory:runtime:1.1.0'
Gradle (Kotlin):
implementation("com.dylibso.chicory:runtime:1.1.0")本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。
com.dylibso.chicory.runtime
com.dylibso.chicory.runtime.alloccom.dylibso.chicory.runtime.BitOps
com.dylibso.chicory.runtime.ByteArrayMemory
com.dylibso.chicory.runtime.ByteBufferMemory
com.dylibso.chicory.runtime.ExecutionListener
com.dylibso.chicory.runtime.ExportFunction
com.dylibso.chicory.runtime.GlobalInstance
com.dylibso.chicory.runtime.HostFunction
com.dylibso.chicory.runtime.ImportFunction
com.dylibso.chicory.runtime.ImportGlobal
com.dylibso.chicory.runtime.ImportMemory
com.dylibso.chicory.runtime.ImportTable
com.dylibso.chicory.runtime.ImportTag
com.dylibso.chicory.runtime.ImportValue
com.dylibso.chicory.runtime.ImportValue.Type
com.dylibso.chicory.runtime.ImportValues
com.dylibso.chicory.runtime.ImportValues.Builder
com.dylibso.chicory.runtime.Instance
com.dylibso.chicory.runtime.Instance.Builder
com.dylibso.chicory.runtime.Instance.Exports
com.dylibso.chicory.runtime.InterpreterMachine
com.dylibso.chicory.runtime.InterpreterMachine.Operands
com.dylibso.chicory.runtime.MStack
com.dylibso.chicory.runtime.Machine
com.dylibso.chicory.runtime.Memory
com.dylibso.chicory.runtime.OpCodeIdentifier
com.dylibso.chicory.runtime.OpcodeImpl
com.dylibso.chicory.runtime.StackFrame
com.dylibso.chicory.runtime.Store
com.dylibso.chicory.runtime.TableInstance
com.dylibso.chicory.runtime.TagInstance
com.dylibso.chicory.runtime.TrapException
com.dylibso.chicory.runtime.WasmFunctionHandle
com.dylibso.chicory.runtime.WasmRuntimeException
com.dylibso.chicory.runtime.alloc.DefaultMemAllocStrategy
com.dylibso.chicory.runtime.alloc.ExactMemAllocStrategy
com.dylibso.chicory.runtime.alloc.MemAllocStrategy