Stream:
wasmtime
Topic:
New RFC: defining host builtin functions at compile time
fitzgen (he/him)
(May 28 2025 at 23:22)
:
FYI, PTAL:
https://github.com/bytecodealliance/rfcs/pull/43
Add support for defining builtin host functions at compile-time by fitzgen · Pull Request #43 · bytecodealliance/rfcs
Add support for defining builtin host functions at compile-time. Because these functions are early-bound at compile-time -- rather than late-bound at instantiation-time, like regular imports -- the...
Last updated: Dec 06 2025 at 06:05 UTC