├── CODE_OF_CONDUCT.md ├── LICENSE ├── ORG_CODE_OF_CONDUCT.md ├── README.md ├── accepted ├── async-imports.md ├── benchmark-infrastructure.md ├── benchmark-suite-milestones.dot ├── benchmark-suite-milestones.png ├── benchmark-suite.md ├── cfi-improvements-with-pauth-and-bti.md ├── cranelift-assembler-format.png ├── cranelift-assembler-instruction.png ├── cranelift-assembler.md ├── cranelift-backend-transition.md ├── cranelift-dynamic-vector.md ├── cranelift-egraph.md ├── cranelift-isel-isle-peepmatic.md ├── cranelift-roadmap-2022.md ├── cranelift-roadmap-2023.md ├── exception-handling.md ├── isle-extended-patterns.md ├── new-api.md ├── pulley.md ├── remove-old-cranelift-backend.md ├── rfc-process.md ├── shared-host-functions.md ├── tail-calls.md ├── vulnerability-response-runbook.md ├── wasm-gc-milestones.dot ├── wasm-gc-milestones.png ├── wasm-gc-type-hierarchy.png ├── wasm-gc.md ├── wasmtime-baseline-compilation.md ├── wasmtime-compile-time-builtins.md ├── wasmtime-debugging-v2.md ├── wasmtime-debugging.md ├── wasmtime-instance-allocator.md ├── wasmtime-lts.md ├── wasmtime-one-dot-oh.md └── what-is-considered-a-security-bug.md ├── template-draft.md └── template-full.md /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytecodealliance/rfcs/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytecodealliance/rfcs/HEAD/LICENSE -------------------------------------------------------------------------------- /ORG_CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytecodealliance/rfcs/HEAD/ORG_CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytecodealliance/rfcs/HEAD/README.md -------------------------------------------------------------------------------- /accepted/async-imports.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytecodealliance/rfcs/HEAD/accepted/async-imports.md -------------------------------------------------------------------------------- /accepted/benchmark-infrastructure.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytecodealliance/rfcs/HEAD/accepted/benchmark-infrastructure.md -------------------------------------------------------------------------------- /accepted/benchmark-suite-milestones.dot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytecodealliance/rfcs/HEAD/accepted/benchmark-suite-milestones.dot -------------------------------------------------------------------------------- /accepted/benchmark-suite-milestones.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytecodealliance/rfcs/HEAD/accepted/benchmark-suite-milestones.png -------------------------------------------------------------------------------- /accepted/benchmark-suite.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytecodealliance/rfcs/HEAD/accepted/benchmark-suite.md -------------------------------------------------------------------------------- /accepted/cfi-improvements-with-pauth-and-bti.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytecodealliance/rfcs/HEAD/accepted/cfi-improvements-with-pauth-and-bti.md -------------------------------------------------------------------------------- /accepted/cranelift-assembler-format.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytecodealliance/rfcs/HEAD/accepted/cranelift-assembler-format.png -------------------------------------------------------------------------------- /accepted/cranelift-assembler-instruction.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytecodealliance/rfcs/HEAD/accepted/cranelift-assembler-instruction.png -------------------------------------------------------------------------------- /accepted/cranelift-assembler.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytecodealliance/rfcs/HEAD/accepted/cranelift-assembler.md -------------------------------------------------------------------------------- /accepted/cranelift-backend-transition.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytecodealliance/rfcs/HEAD/accepted/cranelift-backend-transition.md -------------------------------------------------------------------------------- /accepted/cranelift-dynamic-vector.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytecodealliance/rfcs/HEAD/accepted/cranelift-dynamic-vector.md -------------------------------------------------------------------------------- /accepted/cranelift-egraph.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytecodealliance/rfcs/HEAD/accepted/cranelift-egraph.md -------------------------------------------------------------------------------- /accepted/cranelift-isel-isle-peepmatic.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytecodealliance/rfcs/HEAD/accepted/cranelift-isel-isle-peepmatic.md -------------------------------------------------------------------------------- /accepted/cranelift-roadmap-2022.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytecodealliance/rfcs/HEAD/accepted/cranelift-roadmap-2022.md -------------------------------------------------------------------------------- /accepted/cranelift-roadmap-2023.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytecodealliance/rfcs/HEAD/accepted/cranelift-roadmap-2023.md -------------------------------------------------------------------------------- /accepted/exception-handling.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytecodealliance/rfcs/HEAD/accepted/exception-handling.md -------------------------------------------------------------------------------- /accepted/isle-extended-patterns.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytecodealliance/rfcs/HEAD/accepted/isle-extended-patterns.md -------------------------------------------------------------------------------- /accepted/new-api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytecodealliance/rfcs/HEAD/accepted/new-api.md -------------------------------------------------------------------------------- /accepted/pulley.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytecodealliance/rfcs/HEAD/accepted/pulley.md -------------------------------------------------------------------------------- /accepted/remove-old-cranelift-backend.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytecodealliance/rfcs/HEAD/accepted/remove-old-cranelift-backend.md -------------------------------------------------------------------------------- /accepted/rfc-process.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytecodealliance/rfcs/HEAD/accepted/rfc-process.md -------------------------------------------------------------------------------- /accepted/shared-host-functions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytecodealliance/rfcs/HEAD/accepted/shared-host-functions.md -------------------------------------------------------------------------------- /accepted/tail-calls.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytecodealliance/rfcs/HEAD/accepted/tail-calls.md -------------------------------------------------------------------------------- /accepted/vulnerability-response-runbook.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytecodealliance/rfcs/HEAD/accepted/vulnerability-response-runbook.md -------------------------------------------------------------------------------- /accepted/wasm-gc-milestones.dot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytecodealliance/rfcs/HEAD/accepted/wasm-gc-milestones.dot -------------------------------------------------------------------------------- /accepted/wasm-gc-milestones.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytecodealliance/rfcs/HEAD/accepted/wasm-gc-milestones.png -------------------------------------------------------------------------------- /accepted/wasm-gc-type-hierarchy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytecodealliance/rfcs/HEAD/accepted/wasm-gc-type-hierarchy.png -------------------------------------------------------------------------------- /accepted/wasm-gc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytecodealliance/rfcs/HEAD/accepted/wasm-gc.md -------------------------------------------------------------------------------- /accepted/wasmtime-baseline-compilation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytecodealliance/rfcs/HEAD/accepted/wasmtime-baseline-compilation.md -------------------------------------------------------------------------------- /accepted/wasmtime-compile-time-builtins.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytecodealliance/rfcs/HEAD/accepted/wasmtime-compile-time-builtins.md -------------------------------------------------------------------------------- /accepted/wasmtime-debugging-v2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytecodealliance/rfcs/HEAD/accepted/wasmtime-debugging-v2.md -------------------------------------------------------------------------------- /accepted/wasmtime-debugging.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytecodealliance/rfcs/HEAD/accepted/wasmtime-debugging.md -------------------------------------------------------------------------------- /accepted/wasmtime-instance-allocator.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytecodealliance/rfcs/HEAD/accepted/wasmtime-instance-allocator.md -------------------------------------------------------------------------------- /accepted/wasmtime-lts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytecodealliance/rfcs/HEAD/accepted/wasmtime-lts.md -------------------------------------------------------------------------------- /accepted/wasmtime-one-dot-oh.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytecodealliance/rfcs/HEAD/accepted/wasmtime-one-dot-oh.md -------------------------------------------------------------------------------- /accepted/what-is-considered-a-security-bug.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytecodealliance/rfcs/HEAD/accepted/what-is-considered-a-security-bug.md -------------------------------------------------------------------------------- /template-draft.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytecodealliance/rfcs/HEAD/template-draft.md -------------------------------------------------------------------------------- /template-full.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bytecodealliance/rfcs/HEAD/template-full.md --------------------------------------------------------------------------------